mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
style(Player): fix flex
This commit is contained in:
parent
335fc5ccca
commit
e190f43ef1
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue