From 23d44cb28b5147a89700fda200981490e611abcb Mon Sep 17 00:00:00 2001 From: Woody Date: Mon, 4 Dec 2023 20:42:33 +0100 Subject: [PATCH] Update top position in .dialog CSS for better mobile appearance --- 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 a0491c7f5..39931bddf 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -1346,7 +1346,7 @@ TD .checkmark, TD .radiomark { .dialog { position: fixed; z-index: 5; - top: 50px; + top: 10%; left: 0; right: 0; width: 100%;