Fix issue with landscape tablet playbar layout

This commit is contained in:
Ciarán Ainsworth 2020-07-15 22:23:12 +01:00
parent 0e3cf3535a
commit 1f1c28baf4
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fix layout issue with playbar on landscape tablets (#1144)

View File

@ -59,7 +59,7 @@ a {
} }
} }
.tablet-and-below { .tablet-and-below {
@include media(">desktop") { @include media(">=desktop") {
display: none !important; display: none !important;
} }
} }