From a5b132dfd73169268df7aa009d839ffb85aea0a6 Mon Sep 17 00:00:00 2001 From: Woody Date: Mon, 8 Jan 2024 14:20:02 +0100 Subject: [PATCH] Fix that color picker is not centered Color Picker was not centerd on screens with width between 1024px and 1249px --- wled00/data/index.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index 0ffdf68d3..095de572a 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -785,7 +785,7 @@ input[type=range]::-moz-range-thumb { #picker { margin-top: 8px !important; - max-width: 260px; + max-width: max-content; } /* buttons */ @@ -1566,9 +1566,6 @@ dialog { max-width: 280px; font-size: 18px; } - #picker { - width: 230px; - } #putil .btn-s { width: 114px; }