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 --- app/layout/header.phtml | 17 +------- p/themes/Alternative-Dark/adark.css | 3 +- p/themes/Alternative-Dark/adark.rtl.css | 3 +- p/themes/Ansum/_mobile.scss | 15 +++---- p/themes/Ansum/ansum.css | 12 +++--- p/themes/Ansum/ansum.rtl.css | 12 +++--- p/themes/BlueLagoon/BlueLagoon.css | 16 +++---- p/themes/BlueLagoon/BlueLagoon.rtl.css | 16 +++---- p/themes/Dark/dark.css | 8 +--- p/themes/Dark/dark.rtl.css | 8 +--- p/themes/Flat/flat.css | 4 +- p/themes/Flat/flat.rtl.css | 4 +- p/themes/Mapco/_mobile.scss | 14 +++--- p/themes/Mapco/mapco.css | 14 +++--- p/themes/Mapco/mapco.rtl.css | 14 +++--- p/themes/Origine-compact/origine-compact.css | 3 +- p/themes/Origine-compact/origine-compact.rtl.css | 3 +- p/themes/Origine/origine.css | 8 +--- p/themes/Origine/origine.rtl.css | 8 +--- p/themes/Pafat/pafat.css | 4 +- p/themes/Pafat/pafat.rtl.css | 4 +- p/themes/Screwdriver/screwdriver.css | 7 +-- p/themes/Screwdriver/screwdriver.rtl.css | 7 +-- p/themes/Swage/swage.css | 45 +++++++++++-------- p/themes/Swage/swage.rtl.css | 43 ++++++++++-------- p/themes/Swage/swage.scss | 55 +++++++++++++++--------- p/themes/base-theme/template.css | 51 +++++++++++++++++++--- p/themes/base-theme/template.rtl.css | 51 +++++++++++++++++++--- 28 files changed, 250 insertions(+), 199 deletions(-) diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 2c92b9a5c..e872a5918 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -1,17 +1,3 @@ - -
@@ -52,7 +38,8 @@ if (FreshRSS_Auth::accessNeedsAction()) {