From 212616da727ffea691d7a8044d75391238a3faba Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Mon, 3 Jul 2017 09:26:00 +0200 Subject: [PATCH] refine/scope down Google Photos CSS selector Current iteration also matched YouTube. Closes #234. --- inject.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inject.css b/inject.css index e975871..935e7fe 100644 --- a/inject.css +++ b/inject.css @@ -36,7 +36,7 @@ a[aria-label^="Video"] .vsc-controller { top: 35px; } /* Google Photos full-screen view */ -#player .html5-video-container .vsc-controller { +#player:not(.ytd-watch) .html5-video-container .vsc-controller { position: relative; top: 50px; }