Merge pull request #11682 from walstanb/fix-list-sidebar

fix(UI): fixed toggle sidebar on md devices
This commit is contained in:
mergify[bot] 2020-10-10 13:31:38 +00:00 committed by GitHub
commit 622ef2ce31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@
body.no-list-sidebar {
[data-page-route^="List/"] {
@media (min-width: @screen-md) {
@media (min-width: @screen-sm) {
.layout-side-section {
display: none;
}