style(Player): fix flex

This commit is contained in:
Tim 2021-07-16 20:03:28 +02:00
parent 335fc5ccca
commit e190f43ef1

View file

@ -46,7 +46,7 @@ html:not(.active-slider-within) {
background-color: @color-background-dark5;
.error-label {
flex: none;
flex: auto;
padding: 0 8rem;
max-height: 4.8em;
font-size: 2rem;
@ -56,7 +56,7 @@ html:not(.active-slider-within) {
.error-details {
display: flex;
flex: none;
flex: auto;
font-size: 1.5rem;
margin-top: 1.5rem;
color: @color-surface-light5-90;