WS: fix some mixer layout glitches on Safari

This commit is contained in:
Luciano Iam 2020-07-19 21:38:01 +02:00 committed by Robin Gareus
parent e7e4fb3a81
commit f1d96f5bf1
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 6 additions and 5 deletions

View File

@ -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 */

View File

@ -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 {