From 1ae5a5af147bca616497a53e94805362add21807 Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 12 Nov 2021 08:57:36 +0100 Subject: Improve mobile view: access to the config menu (#3881) * wip * improve the header * Fix theme "Adark" * fixed theme: Ansum * Fixed theme: BlueLagoon * fixed Ansum after PR comment of Frenzie * Fixed theme: Dark * fixed theme: Flat * fixed theme: Mapco * fixed theme: Origine compact * fixed theme: Pafat * fixed theme: Screwdriver * fixed theme: Swage * hide the close button in wide view * fixed base/template RTL * fixed SCSS of theme Swage * stylelint fix * fixed theme Swage * make fix-all Co-authored-by: Alexandre Alapetite --- p/themes/Origine-compact/origine-compact.css | 3 ++- p/themes/Origine-compact/origine-compact.rtl.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'p/themes/Origine-compact') diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index a7bed815e..c56ab4181 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -1208,7 +1208,8 @@ a.btn, } .aside .toggle_aside, - #panel .close { + #panel .close, + .dropdown-menu .toggle_aside { background: #f6f6f6; display: block; width: 100%; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 64e1c3aed..3cad54d28 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -1208,7 +1208,8 @@ a.btn, } .aside .toggle_aside, - #panel .close { + #panel .close, + .dropdown-menu .toggle_aside { background: #f6f6f6; display: block; width: 100%; -- cgit v1.2.3