We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4154feb commit fdf54a9Copy full SHA for fdf54a9
website/static/css/custom.css
@@ -129,9 +129,34 @@ a:visited {
129
}
130
131
@media only screen and (min-width: 1024px) {
132
+ .reactNavSearchWrapper input#search_input_react {
133
+ height: 100%;
134
+ padding-top: 8px;
135
+ padding-bottom: 8px;
136
+ padding-left: 38px;
137
+ }
138
+
139
+ .navSearchWrapper:before {
140
+ left: 24px;
141
142
143
+ .navSearchWrapper:after {
144
+ left: 35px;
145
146
147
148
@media only screen and (max-width: 1023px) {
149
150
151
152
153
154
155
156
157
158
159
160
161
162
@media only screen and (min-width: 1400px) {
0 commit comments