Sfoglia il codice sorgente

fix: Theme slider on small screens (#3818)

* fix

* changed from % to px
maTh 4 anni fa
parent
commit
d3eae669d2

+ 1 - 1
p/themes/base-theme/template.css

@@ -1187,7 +1187,7 @@ br {
 .nav label {
 .nav label {
 	padding: 0;
 	padding: 0;
 	display: none;
 	display: none;
-	width: 10%;
+	width: 65px;
 	height: 100%;
 	height: 100%;
 	color: #fff;
 	color: #fff;
 	font-family: "Varela Round", sans-serif;
 	font-family: "Varela Round", sans-serif;

+ 1 - 1
p/themes/base-theme/template.rtl.css

@@ -1187,7 +1187,7 @@ br {
 .nav label {
 .nav label {
 	padding: 0;
 	padding: 0;
 	display: none;
 	display: none;
-	width: 10%;
+	width: 65px;
 	height: 100%;
 	height: 100%;
 	color: #fff;
 	color: #fff;
 	font-family: "Varela Round", sans-serif;
 	font-family: "Varela Round", sans-serif;