diff --git a/wled00/data/index.css b/wled00/data/index.css
index 4f6c4bad6..5b9af10be 100644
--- a/wled00/data/index.css
+++ b/wled00/data/index.css
@@ -154,12 +154,10 @@ button {
.keytd {
text-align: left;
- padding-bottom: 8px;
}
.valtd {
text-align: right;
- padding-bottom: 8px;
}
.valtd i {
@@ -435,8 +433,8 @@ button {
display: inline-block;
}
-#kn td {
- padding-bottom: 12px;
+#kv td {
+ padding-bottom: 8px;
}
#lv {
@@ -591,10 +589,9 @@ input[type=range]::-moz-range-thumb {
background-color: var(--c-3);
}
.btn-s {
- width: 276px;
+ width: 100%;
margin: 0 0 10px;
}
-.btn-i {}
.btn-icon {
margin: -4px 4px 0 0;
vertical-align: middle;
diff --git a/wled00/data/index.js b/wled00/data/index.js
index baf36f006..1d529743b 100644
--- a/wled00/data/index.js
+++ b/wled00/data/index.js
@@ -689,11 +689,11 @@ function populateSegments(s)
|
|
- |
+ |
-
+