diff options
| author | 2021-11-12 08:57:36 +0100 | |
|---|---|---|
| committer | 2021-11-12 08:57:36 +0100 | |
| commit | 1ae5a5af147bca616497a53e94805362add21807 (patch) | |
| tree | 319e0f4d739d9135b94e01a0cd1a9a7420ba19e2 /p/themes/Screwdriver/screwdriver.css | |
| parent | a29894610ba5021a998389e2d72b0756b564574a (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/Screwdriver/screwdriver.css')
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 965980014..a7b8511d3 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -1263,7 +1263,8 @@ a.btn { } .aside .toggle_aside, - #panel .close { + #panel .close, + .dropdown-menu .toggle_aside { background: #171717; display: block; width: 100%; @@ -1344,10 +1345,6 @@ a.btn { } @media (max-width: 700px) { - .header { - display: none; - } - .nav-login { display: inline-block; width: 100%; |
