From 5553964d52cf20fbbd7be37c6e7db17abbd31790 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Mon, 1 Mar 2021 11:13:40 +0100 Subject: [PATCH] Moved nodes from Info to separate tab. --- wled00/data/index.css | 10 +- wled00/data/index.htm | 10 +- wled00/data/index.js | 39 +- wled00/html_ui.h | 4117 +++++++++++++++++++++-------------------- 4 files changed, 2120 insertions(+), 2056 deletions(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index 606d6970..e69a5cfd 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 9bdaae86..e13620a5 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
- +