From ea7b013534d04e4935e63e7c0cb7eb246ed46a37 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sun, 4 Dec 2016 12:02:35 -0800 Subject: [PATCH] move the WebGL controller further down on YT https://github.com/igrigorik/videospeed/issues/134 --- inject.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inject.css b/inject.css index 0a5027f..34e8aef 100644 --- a/inject.css +++ b/inject.css @@ -44,7 +44,7 @@ /* shift YT 3D controller down */ /* e.g. https://www.youtube.com/watch?v=erftYPflJzQ */ .ytp-webgl-spherical-control { - top: 50px !important; + top: 60px !important; } .ytp-fullscreen .ytp-webgl-spherical-control {