fixes orientiation of sidebuttons
parent
accd2d1f16
commit
d355cb2d5c
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue