Removed mobile Nodes button.
Tapping on node name triigers the same.
This commit is contained in:
parent
e6d50f94ee
commit
adfb24ce02
@ -93,7 +93,7 @@ button {
|
||||
bottom: calc(var(--bh) + 6px);
|
||||
right: 4px;
|
||||
color: var(--c-6);
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
@ -224,7 +224,7 @@ button {
|
||||
|
||||
.bot button {
|
||||
padding: var(--bbp);
|
||||
width:20%;
|
||||
width:25%;
|
||||
}
|
||||
|
||||
.tab button:hover {
|
||||
|
@ -199,7 +199,7 @@
|
||||
<button class="tablinks" onclick="openTab(1)"><i class="icons"></i><p class="tab-label">Effects</p></button>
|
||||
<button class="tablinks" onclick="openTab(2)"><i class="icons"></i><p class="tab-label">Segments</p></button>
|
||||
<button class="tablinks" onclick="openTab(3)"><i class="icons"></i><p class="tab-label">Favorites</p></button>
|
||||
<button class="tablinks" onclick="toggleNodes()"><i class="icons"></i><p class="tab-label">Nodes</p></button>
|
||||
<!--button class="tablinks" onclick="toggleNodes()"><i class="icons"></i><p class="tab-label">Nodes</p></button-->
|
||||
</div>
|
||||
|
||||
<div id="connind"></div>
|
||||
|
4284
wled00/html_ui.h
4284
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2103202
|
||||
#define VERSION 2103203
|
||||
|
||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||
//#define WLED_USE_MY_CONFIG
|
||||
|
Loading…
Reference in New Issue
Block a user