fix(UI): fixed toggle sidebar on md devices

This commit is contained in:
Walstan 2020-10-10 18:25:38 +05:30
parent c146363162
commit 4b4ebf6ab6

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;
}