aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine-compact
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-11-12 08:57:36 +0100
committerGravatar GitHub <noreply@github.com> 2021-11-12 08:57:36 +0100
commit1ae5a5af147bca616497a53e94805362add21807 (patch)
tree319e0f4d739d9135b94e01a0cd1a9a7420ba19e2 /p/themes/Origine-compact
parenta29894610ba5021a998389e2d72b0756b564574a (diff)
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 <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Origine-compact')
-rw-r--r--p/themes/Origine-compact/origine-compact.css3
-rw-r--r--p/themes/Origine-compact/origine-compact.rtl.css3
2 files changed, 4 insertions, 2 deletions
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%;