From ecca27f0c05bfcc0ef3c463eadd21b6eb44d014e Mon Sep 17 00:00:00 2001 From: Can Arslan Date: Wed, 12 Dec 2018 07:22:40 +0300 Subject: [PATCH] fixes #381: YouTube full screen title overlap (#392) --- inject.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inject.css b/inject.css index d1ac0dc..43773d6 100644 --- a/inject.css +++ b/inject.css @@ -26,7 +26,7 @@ /* e.g. https://www.igvita.com/2012/09/12/web-fonts-performance-making-pretty-fast/ */ .html5-video-player:not(.ytp-hide-info-bar) .vsc-controller { position: relative; - top: 40px; + top: 60px; } /* Facebook player */