From 11caafe84752e42124c05f5788127941b2aeb5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Thu, 9 Sep 2021 09:13:18 +0200 Subject: [PATCH] css: Remove higher l/r negative margins This ensures that scale does not overlap with corresponding buttons --- css/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 21dcef1b..30f574f1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -176,8 +176,6 @@ scale trough slider { /* Position Scale */ .positionscale { margin: -2px; - margin-left: -4px; - margin-right: -4px; } .positionscale trough highlight { min-height: 6px;