don't shift controller if .hide-info-bar is set

This commit is contained in:
Ilya Grigorik
2015-04-07 22:01:59 -07:00
parent f37685b289
commit ff72e97c9d

View File

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