mirror of
https://github.com/wled/WLED.git
synced 2025-07-23 18:56:41 +00:00
Revert namelabel.
This commit is contained in:
parent
eda6f134a9
commit
da33bf3438
@ -98,12 +98,12 @@ button {
|
|||||||
|
|
||||||
#namelabel {
|
#namelabel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: var(--bh);
|
bottom: calc(var(--bh) + 6px);
|
||||||
right: 0;
|
right: 6px;
|
||||||
color: var(--c-d);
|
color: var(--c-d);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/* writing-mode: vertical-rl; */
|
writing-mode: vertical-rl;
|
||||||
transform: rotate(-90deg) translate(30px,20px);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bri {
|
.bri {
|
||||||
|
2826
wled00/html_ui.h
2826
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user