Skip to content

Commit 23ef7b5

Browse files
committed
fix: fix search box style
1 parent c79dd29 commit 23ef7b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/sites/src/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ strong {
3737
left: 210px;
3838
}
3939

40-
.DocSearch-Container {
40+
.DocSearch.DocSearch-Container {
4141
z-index: 1000;
4242
font-size: 14px;
4343
}
@@ -72,11 +72,11 @@ strong {
7272
}
7373

7474
@media screen and (max-width: 768px) {
75-
.DocSearch-Modal {
76-
margin-top: 60px;
77-
}
78-
7975
.search-box {
8076
left: 230px;
8177
}
78+
79+
.search-box .DocSearch-Button {
80+
padding: 0 11px;
81+
}
8282
}

0 commit comments

Comments
 (0)