4
0
Эх сурвалжийг харах

Fix: search in mobile view (#4025)

* bring back the search in the nav bar

* fix the search input height

* line-heigt improved
maTh 4 жил өмнө
parent
commit
5050b20cca

+ 1 - 0
p/themes/Origine/origine.css

@@ -1186,6 +1186,7 @@ a.btn {
 		padding: 3px 5px;
 		max-width: 97%;
 		width: 90px;
+		line-height: 2;
 	}
 
 	.nav_menu .search input:focus {

+ 1 - 0
p/themes/Origine/origine.rtl.css

@@ -1186,6 +1186,7 @@ a.btn {
 		padding: 3px 5px;
 		max-width: 97%;
 		width: 90px;
+		line-height: 2;
 	}
 
 	.nav_menu .search input:focus {

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

@@ -1169,6 +1169,7 @@ a.signin {
 	.nav_menu .search input {
 		max-width: 97%;
 		width: 90px;
+		line-height: 2;
 	}
 
 	.nav_menu .search input:focus {

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

@@ -1169,6 +1169,7 @@ a.signin {
 	.nav_menu .search input {
 		max-width: 97%;
 		width: 90px;
+		line-height: 2;
 	}
 
 	.nav_menu .search input:focus {

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

@@ -1366,7 +1366,7 @@ input:checked + .slide-container .properties {
 	}
 
 
-	.item.search form {
+	header .item.search form {
 		display: none;
 	}
 

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

@@ -1366,7 +1366,7 @@ input:checked + .slide-container .properties {
 	}
 
 
-	.item.search form {
+	header .item.search form {
 		display: none;
 	}