diff options
| author | 2021-02-27 19:16:29 +0800 | |
|---|---|---|
| committer | 2021-02-27 12:16:29 +0100 | |
| commit | 064288ed6228d3d56b2231aadd507eb62ae8662c (patch) | |
| tree | 7c08edc1bf0268b62af3ea354d70536552152b34 | |
| parent | 0d69175875c42d8cd147aef1330b6c1790e3f73d (diff) | |
Optimize theme Pafat for the mobile view (#3480)
* Optimize theme Pafat for mobile view
* Change min-width in @media
* Better backward compatibility
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Better backward compatibility
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
| -rw-r--r-- | p/themes/Pafat/pafat.css | 1 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 29cd22bdc..4f645aca4 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -1168,6 +1168,7 @@ a.btn { .nav_menu .stick { margin: 0 10px; + min-width: 0; } .nav_menu .stick .btn { diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 9226f8ad3..4610f075e 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -1168,6 +1168,7 @@ a.btn { .nav_menu .stick { margin: 0 10px; + min-width: 0; } .nav_menu .stick .btn { |
