From 2b99e6aca42cdb9493138d61e465ab4a09c50530 Mon Sep 17 00:00:00 2001 From: Lars L Date: Tue, 22 Feb 2022 10:42:09 +0100 Subject: [PATCH] . --- app/themes/sidebar_dark/theme_mobile.css | 6 ++++++ app/themes/sidebar_dark_full_width/theme_mobile.css | 6 ++++++ app/themes/sidebar_light/theme_mobile.css | 6 ++++++ app/themes/sidebar_light_full_width/theme_mobile.css | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/app/themes/sidebar_dark/theme_mobile.css b/app/themes/sidebar_dark/theme_mobile.css index 02555b8..f40763b 100644 --- a/app/themes/sidebar_dark/theme_mobile.css +++ b/app/themes/sidebar_dark/theme_mobile.css @@ -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) { diff --git a/app/themes/sidebar_dark_full_width/theme_mobile.css b/app/themes/sidebar_dark_full_width/theme_mobile.css index 02555b8..f40763b 100644 --- a/app/themes/sidebar_dark_full_width/theme_mobile.css +++ b/app/themes/sidebar_dark_full_width/theme_mobile.css @@ -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) { diff --git a/app/themes/sidebar_light/theme_mobile.css b/app/themes/sidebar_light/theme_mobile.css index 02555b8..f40763b 100644 --- a/app/themes/sidebar_light/theme_mobile.css +++ b/app/themes/sidebar_light/theme_mobile.css @@ -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) { diff --git a/app/themes/sidebar_light_full_width/theme_mobile.css b/app/themes/sidebar_light_full_width/theme_mobile.css index 02555b8..f40763b 100644 --- a/app/themes/sidebar_light_full_width/theme_mobile.css +++ b/app/themes/sidebar_light_full_width/theme_mobile.css @@ -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) {