Skip to content

Commit

Permalink
style: fix search css
Browse files Browse the repository at this point in the history
  • Loading branch information
eallion committed Aug 14, 2024
1 parent 1058ec5 commit 4776202
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,3 +550,15 @@ footer nav ul {
#content_progress::-moz-progress-bar {
background-color: #2563eb;
}

#search-modal header {
margin: 0.5rem 0;
}

#search-query {
border-radius: 0.5rem;
}

#search-results li a {
white-space: normal;
}

0 comments on commit 4776202

Please sign in to comment.