From 0256ccb593c13671a73be7df540791688297e880 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Thu, 6 Sep 2018 21:38:27 -0700 Subject: [PATCH] facebook.com: move controls lower to avoid overlap with player Closes #372 --- inject.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inject.css b/inject.css index 254c408..d1ac0dc 100644 --- a/inject.css +++ b/inject.css @@ -29,6 +29,12 @@ top: 40px; } +/* Facebook player */ +#facebook .vsc-controller { + position: relative; + top: 40px; +} + /* Google Photos player */ /* Inline preview doesn't have any additional hooks, relying on Aria label */ a[aria-label^="Video"] .vsc-controller {