From 68e5e74882b87c6443e74fc0c3ae96e8e0b99346 Mon Sep 17 00:00:00 2001 From: Christian Schwinne Date: Sun, 10 Mar 2024 21:52:54 +0100 Subject: [PATCH] Fix expanded preset low width Fix spaces missing in HTML somehow Update copyright year --- wled00/data/index.css | 2 ++ wled00/data/settings_sec.htm | 6 +++--- wled00/wled.h | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index 37eb6a596..abbb76e04 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -1227,6 +1227,7 @@ TD .checkmark, TD .radiomark { text-align: left; transition: background-color .5s; border-radius: 21px; + width: 99%; } .seg { @@ -1420,6 +1421,7 @@ dialog { .presin { padding: 8px; position: relative; + width: calc(100% - 16px); } .btn-s, diff --git a/wled00/data/settings_sec.htm b/wled00/data/settings_sec.htm index 96e88b923..0ea9d5a45 100644 --- a/wled00/data/settings_sec.htm +++ b/wled00/data/settings_sec.htm @@ -133,11 +133,11 @@
Restore configuration


About

- WLED version ##VERSION##

+ WLED version ##VERSION##

Contributors, dependencies and special thanks
A huge thank you to everyone who helped me create WLED!

- (c) 2016-2023 Christian Schwinne
- Licensed under the MIT license

+ (c) 2016-2024 Christian Schwinne
+ Licensed under the MIT license

Server message: Response error!
diff --git a/wled00/wled.h b/wled00/wled.h index eac4cbc4d..63ab1c297 100755 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2403070 +#define VERSION 2403100 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG