Revert namelabel.

This commit is contained in:
Blaz Kristan 2022-04-10 20:05:14 +02:00
parent eda6f134a9
commit da33bf3438
2 changed files with 1417 additions and 1417 deletions

View File

@ -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 {

File diff suppressed because it is too large Load Diff