File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 13
13
margin-top : 0 ;
14
14
}
15
15
16
+ i {
17
+ font-style : normal;
18
+ }
19
+
16
20
body ,
17
21
.mainContainer ,
18
22
nav .toc .toggleNav ,
@@ -134,6 +138,12 @@ table thead tr:nth-of-type(odd) {
134
138
/* Search */
135
139
input # search_input_react {
136
140
line-height : 25px ;
141
+ border-radius : 4px ;
142
+ }
143
+
144
+ input # search_input_react : focus ,
145
+ input # search_input_react : active {
146
+ background-color : # a91b1c ;
137
147
}
138
148
139
149
@media (max-width : 375px ) {
@@ -183,13 +193,31 @@ input#search_input_react {
183
193
margin : 0 10px ;
184
194
}
185
195
196
+ .docsNavContainer {
197
+ height : unset;
198
+ }
199
+
186
200
.docOnPageNav ,
187
201
.separateOnPageNav .docsNavContainer {
188
202
flex : 1 0 180px ;
189
203
}
190
204
}
191
205
192
206
@media only screen and (max-width : 1023px ) {
207
+ .mainContainer {
208
+ padding-top : 50px ;
209
+ }
210
+ }
211
+
212
+ @media only screen and (max-width : 1024px ) {
213
+ .reactNavSearchWrapper input # search_input_react {
214
+ line-height : 25px ;
215
+ border-radius : 4px ;
216
+ }
217
+ .reactNavSearchWrapper input # search_input_react : focus ,
218
+ .reactNavSearchWrapper input # search_input_react : active {
219
+ background-color : # a91b1c ;
220
+ }
193
221
}
194
222
195
223
@media only screen and (min-width : 1400px ) {
You can’t perform that action at this time.
0 commit comments