From a232a6550e21328242f79de6f0ce3947cde80e71 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Thu, 13 Apr 2023 00:54:37 +0200 Subject: [PATCH] Final adjustment --- main.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 850e846..882acc3 100644 --- a/main.css +++ b/main.css @@ -1798,7 +1798,7 @@ input[type=range]:focus::-ms-fill-upper { } } -@media only screen and (max-width: 400px) { +@media only screen and (max-width: 410px) { #subControlButtons > div { min-width: 35px; min-height: 35px; @@ -1810,7 +1810,7 @@ input[type=range]:focus::-ms-fill-upper { } } -@media only screen and (max-width: 320px) { +@media only screen and (max-width: 360px) { #subControlButtons > div { min-width: 30px; min-height: 30px; @@ -1822,6 +1822,18 @@ input[type=range]:focus::-ms-fill-upper { } } +@media only screen and (max-width: 320px) { + #subControlButtons > div { + min-width: 28px; + min-height: 28px; + border-radius: 4px; + margin: 3px; + } + #SubControlButtons > div i { + font-size: 18px; + } +} + @media only screen and (max-width: 280px) { #subControlButtons > div { min-width: 25px;