dont shift controller on YT embeds

This commit is contained in:
Ilya Grigorik
2015-03-29 14:51:02 -07:00
parent 2e7308c2e9
commit 1bd6a4f70d

View File

@@ -48,7 +48,7 @@
} }
/* shift controller when YouTube infobar is present */ /* shift controller when YouTube infobar is present */
.ytp-block-autohide:not(.el-detailpage) .tc-videoController { .ytp-block-autohide:not(.el-detailpage):not(.el-embedded) .tc-videoController {
margin-top: 40px; margin-top: 40px;
} }