diff --git a/wled00/data/index.css b/wled00/data/index.css index c103f8a35..be94bae49 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -221,6 +221,10 @@ button { width:25%; } +#btnNodes { + display: none; +} + .tab button:hover { background-color: var(--c-tbh); color: var(--c-e); @@ -365,7 +369,7 @@ button { z-index: 3; } -#rover { +#rover, #nodes { z-index: 2; } @@ -393,7 +397,7 @@ button { display: inline-block; } -#kv { +#kv, #kn { max-width: 490px; display: inline-block; } @@ -1033,7 +1037,7 @@ input[type="text"].fnd:not(:placeholder-shown) { } @media all and (max-width: 1249px) { - #buttonPcm { + #buttonPcm, #buttonNo { display: none; } } diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 209b4a363..67d0a500f 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -23,9 +23,10 @@ - + - + +

Brightness

@@ -202,6 +203,7 @@ +
@@ -211,14 +213,18 @@

-
Loading...

- -
- -
-Made with ❤︎ by Aircoookie and the WLED community +
Loading...

+ +
+ +
+ Made with ❤︎ by Aircoookie and the WLED community + + -