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 funkwhale/funkwhale!1167
This commit is contained in:
Agate 2020-07-16 19:32:39 +02:00
commit 15369155dc
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 {
@include media(">desktop") {
@include media(">=desktop") {
display: none !important;
}
}