Fix issue with landscape tablet playbar layout
This commit is contained in:
parent
0e3cf3535a
commit
1f1c28baf4
|
@ -0,0 +1 @@
|
|||
Fix layout issue with playbar on landscape tablets (#1144)
|
|
@ -59,7 +59,7 @@ a {
|
|||
}
|
||||
}
|
||||
.tablet-and-below {
|
||||
@include media(">desktop") {
|
||||
@include media(">=desktop") {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue