refine/scope down Google Photos CSS selector

Current iteration also matched YouTube. Closes #234.
This commit is contained in:
Ilya Grigorik
2017-07-03 09:26:00 +02:00
parent 2b06fa7982
commit 212616da72

View File

@@ -36,7 +36,7 @@ a[aria-label^="Video"] .vsc-controller {
top: 35px; top: 35px;
} }
/* Google Photos full-screen view */ /* Google Photos full-screen view */
#player .html5-video-container .vsc-controller { #player:not(.ytd-watch) .html5-video-container .vsc-controller {
position: relative; position: relative;
top: 50px; top: 50px;
} }