WS: fix some mixer layout glitches on Safari
This commit is contained in:
parent
e7e4fb3a81
commit
f1d96f5bf1
@ -46,6 +46,7 @@
|
||||
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
|
||||
box-sizing: border-box;
|
||||
margin: 4px;*/
|
||||
margin: 8px;
|
||||
background: #139513;
|
||||
}
|
||||
|
||||
@ -91,7 +92,7 @@
|
||||
height: 32px;
|
||||
}
|
||||
.toolkit-meter-base.toolkit-vertical > .toolkit-bar {
|
||||
width: 8px;
|
||||
width: 8.5px;
|
||||
}
|
||||
|
||||
/* MASK */
|
||||
|
@ -40,20 +40,20 @@ div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.strip-meter-fader {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.toolkit-fader {
|
||||
height: 100%;
|
||||
/* empty */
|
||||
}
|
||||
|
||||
.toolkit-level-meter {
|
||||
height: 100%;
|
||||
/* empty */
|
||||
}
|
||||
|
||||
.toolkit-knob {
|
||||
|
Loading…
Reference in New Issue
Block a user