From 35d117990576230ffcca8f50d7f321c473b3f895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 19 Feb 2021 13:00:13 +0100 Subject: [PATCH] Make OSD position scale height a little bigger on mobile --- css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/styles.css b/css/styles.css index f23944dc..bf7cee06 100644 --- a/css/styles.css +++ b/css/styles.css @@ -137,6 +137,9 @@ radio { .positionscale trough highlight { min-height: 4px; } +.osd .positionscale trough highlight { + min-height: 6px; +} .tvmode .positionscale trough slider { color: transparent; background: transparent;