From ff72e97c9db7f06915a8df11dc051279c8b30c4b Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Tue, 7 Apr 2015 22:01:59 -0700 Subject: [PATCH] don't shift controller if .hide-info-bar is set --- inject.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inject.css b/inject.css index 40cc800..eeb474d 100644 --- a/inject.css +++ b/inject.css @@ -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; }