From d30fc88f3217a3a85c56d6c4e4c8b707813a567c Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sun, 27 Aug 2017 10:56:20 -0700 Subject: [PATCH] update Google Photos fullscreen selector Previous configuration was misfiring on YouTube and shifting controller down. --- inject.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inject.css b/inject.css index 935e7fe..254c408 100644 --- a/inject.css +++ b/inject.css @@ -30,13 +30,13 @@ } /* Google Photos player */ -/* Inline preview doesn't have any additional hooks, relying on Aria label */ +/* Inline preview doesn't have any additional hooks, relying on Aria label */ a[aria-label^="Video"] .vsc-controller { position: relative; top: 35px; } /* Google Photos full-screen view */ -#player:not(.ytd-watch) .html5-video-container .vsc-controller { +#player .house-brand .vsc-controller { position: relative; top: 50px; } @@ -68,7 +68,6 @@ div.video-wrapper + div.target { height: 0; } - /* Fix black overlay on Kickstarter */ div.video-player.has_played.vertically_center:before, div.legacy-video-player.has_played.vertically_center:before { content: none !important;