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:
commit
15369155dc
|
@ -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