Skip to content

Commit

Permalink
improve search in WHC
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 14, 2022
1 parent f9d3f0b commit 6167993
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/assets/plugins/search/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ body.site-search-visible {
margin: 10rem auto;
}

@media (forced-colors: active) {
.site-search__panel {
border: solid 1px var(--sl-color-neutral-0);
}
}

@media screen and (max-width: 900px) {
.site-search__panel {
max-width: 100%;
Expand Down

0 comments on commit 6167993

Please sign in to comment.