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