Skip to content

Commit

Permalink
fix: fix search box style (#2630)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Dec 11, 2024
1 parent 921ad5c commit 18a2789
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/sites/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ strong {
left: 210px;
}

.DocSearch-Container {
.DocSearch.DocSearch-Container {
z-index: 1000;
font-size: 14px;
}
Expand Down Expand Up @@ -72,11 +72,11 @@ strong {
}

@media screen and (max-width: 768px) {
.DocSearch-Modal {
margin-top: 60px;
}

.search-box {
left: 230px;
}

.search-box .DocSearch-Button {
padding: 0 11px;
}
}

0 comments on commit 18a2789

Please sign in to comment.