Explorar el Código

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>
Myuki hace 5 años
padre
commit
064288ed62
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      p/themes/Pafat/pafat.css
  2. 1 0
      p/themes/Pafat/pafat.rtl.css

+ 1 - 0
p/themes/Pafat/pafat.css

@@ -1168,6 +1168,7 @@ a.btn {
 
 	.nav_menu .stick {
 		margin: 0 10px;
+		min-width: 0;
 	}
 
 	.nav_menu .stick .btn {

+ 1 - 0
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 {