From f2230751e7a1cc10dd3443e9ea1ab7f54058d455 Mon Sep 17 00:00:00 2001 From: Woody Date: Thu, 30 Nov 2023 19:12:03 +0100 Subject: [PATCH] Update padding of palette dialog --- wled00/data/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index 2f51bc0ef..be23260a4 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -1353,7 +1353,7 @@ TD .checkmark, TD .radiomark { max-width: 280px; max-height: 70%; margin: auto; - padding: 24px; + padding: 12px 24px; border-radius: 10px; background-color: var(--c-5); overflow: scroll;