Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDerLars committed Feb 22, 2022
1 parent 1f1a92b commit 2b99e6a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/themes/sidebar_dark/theme_mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
padding: 0px 8px;
display: block;
}
.column, .column-list {
width: 100% !important;
display: block !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

@media screen and (max-width:425px) {
Expand Down
6 changes: 6 additions & 0 deletions app/themes/sidebar_dark_full_width/theme_mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
padding: 0px 8px;
display: block;
}
.column, .column-list {
width: 100% !important;
display: block !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

@media screen and (max-width:425px) {
Expand Down
6 changes: 6 additions & 0 deletions app/themes/sidebar_light/theme_mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
padding: 0px 8px;
display: block;
}
.column, .column-list {
width: 100% !important;
display: block !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

@media screen and (max-width:425px) {
Expand Down
6 changes: 6 additions & 0 deletions app/themes/sidebar_light_full_width/theme_mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
padding: 0px 8px;
display: block;
}
.column, .column-list {
width: 100% !important;
display: block !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

@media screen and (max-width:425px) {
Expand Down

0 comments on commit 2b99e6a

Please sign in to comment.