Explorar el Código

fix: Theme slider on small screens (#3818)

* fix

* changed from % to px
maTh hace 4 años
padre
commit
d3eae669d2
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      p/themes/base-theme/template.css
  2. 1 1
      p/themes/base-theme/template.rtl.css

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

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

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

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