File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ table tr td + td + td:last-child {
174
174
.navbar__items .DocSearch-Button {
175
175
height : 2.25rem ;
176
176
font-size : 1rem ;
177
+ margin-left : 16px ;
177
178
border-radius : var (--ifm-global-radius );
178
179
color : var (--ifm-color-white );
179
180
background-color : var (--ifm-color-primary-darkest );
@@ -184,11 +185,16 @@ table tr td + td + td:last-child {
184
185
.navbar__items .DocSearch-Button : hover {
185
186
color : var (--ifm-color-primary-darkest );
186
187
}
188
+ .navbar__logo {
189
+ height : 100% ;
190
+ }
187
191
.navbar__items .DocSearch-Button .DocSearch-Search-Icon {
188
192
width : 1rem ;
189
193
height : 1rem ;
190
194
color : var (--ifm-color-white );
191
195
}
196
+
197
+
192
198
.navbar__items .DocSearch-Button : active .DocSearch-Search-Icon ,
193
199
.navbar__items .DocSearch-Button : focus .DocSearch-Search-Icon ,
194
200
.navbar__items .DocSearch-Button : hover .DocSearch-Search-Icon {
You can’t perform that action at this time.
0 commit comments