From 1bd6a4f70dafaa80f8f49f172d560fef2272b700 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sun, 29 Mar 2015 14:51:02 -0700 Subject: [PATCH] dont shift controller on YT embeds --- inject.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inject.css b/inject.css index 1a8870c..40cc800 100644 --- a/inject.css +++ b/inject.css @@ -48,7 +48,7 @@ } /* 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; }