Skip to content

Commit f2ac4cc

Browse files
tranhltimdorr
authored andcommitted
increased search input spacing on mobile and desktop (#1129)
1 parent 595ae8f commit f2ac4cc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

website/static/css/custom.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,34 @@ a:visited {
127127
}
128128

129129
@media only screen and (min-width: 1024px) {
130+
.reactNavSearchWrapper input#search_input_react {
131+
height: 100%;
132+
padding-top: 8px;
133+
padding-bottom: 8px;
134+
padding-left: 38px;
135+
}
136+
137+
.navSearchWrapper:before {
138+
left: 24px;
139+
}
140+
141+
.navSearchWrapper:after {
142+
left: 35px;
143+
}
130144
}
131145

132146
@media only screen and (max-width: 1023px) {
147+
.reactNavSearchWrapper input#search_input_react {
148+
padding-left: 38px;
149+
}
150+
151+
.navSearchWrapper:before {
152+
left: 24px;
153+
}
154+
155+
.navSearchWrapper:after {
156+
left: 35px;
157+
}
133158
}
134159

135160
@media only screen and (min-width: 1400px) {

0 commit comments

Comments
 (0)