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