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