diff --git a/changes/changelog.d/1144.bugfix b/changes/changelog.d/1144.bugfix new file mode 100644 index 0000000000000000000000000000000000000000..3e96c031d3bab0945219d07d6941379e82a4caff --- /dev/null +++ b/changes/changelog.d/1144.bugfix @@ -0,0 +1 @@ +Fix layout issue with playbar on landscape tablets (#1144) \ No newline at end of file diff --git a/front/src/style/globals/_utils.scss b/front/src/style/globals/_utils.scss index da427f9fac2b2257d41f215c3ef1c47f235350dc..f227cb2998a30e6513f4aac6b345c02dd26701ae 100644 --- a/front/src/style/globals/_utils.scss +++ b/front/src/style/globals/_utils.scss @@ -59,7 +59,7 @@ a { } } .tablet-and-below { - @include media(">desktop") { + @include media(">=desktop") { display: none !important; } }