Skip to content
Snippets Groups Projects
Commit 15369155 authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch...

Merge branch '1144-playback-bar-renders-incorrectly-is-unusable-on-ipad-in-landscape-mode' into 'develop'

Resolve "Playback bar renders incorrectly, is unusable on iPad in landscape mode"

Closes #1144

See merge request !1167
parents 0e3cf353 1f1c28ba
No related branches found
No related tags found
1 merge request!1167Resolve "Playback bar renders incorrectly, is unusable on iPad in landscape mode"
Pipeline #11410 passed
Fix layout issue with playbar on landscape tablets (#1144)
\ No newline at end of file
...@@ -59,7 +59,7 @@ a { ...@@ -59,7 +59,7 @@ a {
} }
} }
.tablet-and-below { .tablet-and-below {
@include media(">desktop") { @include media(">=desktop") {
display: none !important; display: none !important;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment