fixes orientiation of sidebuttons

pull/65/head
macniel 2025-11-14 21:29:00 +01:00
parent accd2d1f16
commit d355cb2d5c
1 changed files with 6 additions and 2 deletions

View File

@ -158,10 +158,11 @@
.sidebuttons {
position: fixed;
display: block;
margin-left: -136px;
margin-top: 182px;
margin-left: 27px;
margin-top: 48px;
pointer-events: none;
rotate: 90deg;
transform-origin: top left;
div {
display: flex;
@ -174,6 +175,9 @@
color: white;
font-weight: bold;
pointer-events: all;
border-radius: 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
}
}