From fd224578579830bede9f4ea99bd30ed88b76e848 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Tue, 8 Sep 2020 10:31:22 +0200 Subject: [PATCH] Reduce fullscreen position scale height a little bit --- css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index e0ba6e56..f8d11586 100644 --- a/css/styles.css +++ b/css/styles.css @@ -38,8 +38,8 @@ scale marks { margin-right: 2px; } .osd .positionscale contents { - margin-left: 12px; - margin-right: 6px; + margin-left: 8px; + margin-right: 2px; } .osd .positionscale trough slider { color: transparent; @@ -48,7 +48,7 @@ scale marks { box-shadow: none; } .osd .positionscale trough highlight { - min-height: 24px; + min-height: 22px; } /* Volume Scale */