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 595ae8f commit f2ac4ccCopy full SHA for f2ac4cc
website/static/css/custom.css
@@ -127,9 +127,34 @@ a:visited {
127
}
128
129
@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
144
145
146
@media only screen and (max-width: 1023px) {
147
148
149
150
151
152
153
154
155
156
157
158
159
160
@media only screen and (min-width: 1400px) {
0 commit comments