summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Myuki <myuki@outlook.ie> 2021-02-27 19:16:29 +0800
committerGravatar GitHub <noreply@github.com> 2021-02-27 12:16:29 +0100
commit064288ed6228d3d56b2231aadd507eb62ae8662c (patch)
tree7c08edc1bf0268b62af3ea354d70536552152b34
parent0d69175875c42d8cd147aef1330b6c1790e3f73d (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.css1
-rw-r--r--p/themes/Pafat/pafat.rtl.css1
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 {