From 680b1a24b364e29f589a9bbfee939aef6f13b7b2 Mon Sep 17 00:00:00 2001 From: Lootyhoof Date: Tue, 8 Dec 2015 21:18:34 +0000 Subject: [PATCH] Fix time bar location --- src/chrome/global/media/videocontrols.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chrome/global/media/videocontrols.css b/src/chrome/global/media/videocontrols.css index abfd494..03d875b 100644 --- a/src/chrome/global/media/videocontrols.css +++ b/src/chrome/global/media/videocontrols.css @@ -144,8 +144,8 @@ button { .scrubber .scale-slider { /* abs(margin-top) + margin-bottom + bar height == timeThumb height */ - margin-top: -9px; - margin-bottom: 15px; + margin-top: -10px; + margin-bottom: 10px; } /* .scale-thumb is an element inside the implementation. */