Fix issue with landscape tablet playbar layout

environments/review-docs-devel-1399dq/deployments/6607
Ciarán Ainsworth 2020-07-15 22:23:12 +01:00
rodzic 0e3cf3535a
commit 1f1c28baf4
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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