diff --git a/wled00/data/index.css b/wled00/data/index.css index 606d69709..e69a5cfde 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -203,6 +203,10 @@ button { background-color: var(--c-tb); } +#btnNodes { + display: none; +} + .tab button { background-color: transparent; float: left; @@ -366,7 +370,7 @@ button { z-index: 3; } -#rover { +#rover, #nodes { z-index: 2; } @@ -394,7 +398,7 @@ button { display: inline-block; } -#kv { +#kv, #kn { max-width: 490px; display: inline-block; } @@ -931,7 +935,7 @@ input[type=number]::-webkit-outer-spin-button { } @media all and (max-width: 1249px) { - #buttonPcm { + #buttonPcm, #buttonNo { display: none; } } \ No newline at end of file diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 9bdaae865..e13620a5b 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -26,7 +26,8 @@ - + +

Brightness

@@ -165,6 +166,7 @@ +
@@ -181,7 +183,11 @@
Made with ❤︎ by Aircoookie and the WLED community
- +