Skip to content
Snippets Groups Projects
Commit 1f1c28ba authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Fix issue with landscape tablet playbar layout

parent 0e3cf353
No related branches found
No related tags found
No related merge requests found
Fix layout issue with playbar on landscape tablets (#1144)
\ No newline at end of file
......@@ -59,7 +59,7 @@ a {
}
}
.tablet-and-below {
@include media(">desktop") {
@include media(">=desktop") {
display: none !important;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment