Skip to content

Commit

Permalink
Searchbar display fix (#882)
Browse files Browse the repository at this point in the history
* setting consistent sidebar item line height

* fixing searchbar height/width problems on mobile
  • Loading branch information
sammysango authored Dec 4, 2024
1 parent 7420f6f commit 9e2f4da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,10 @@ html[data-theme="dark"] .header-dockerhub-link::before {
right: 0;
margin-right: 9px;
}

.navbar__search-input:not(.navbar .navbar__search-input) {
width: 40vw;
}
}

@media (width <= 1080px) {
Expand All @@ -1037,6 +1041,7 @@ html[data-theme="dark"] .header-dockerhub-link::before {
.navbar__search-input:not(.navbar .navbar__search-input) {
max-width: 450px;
width: 450px;
height: 65px;
}

.support-link {
Expand Down

0 comments on commit 9e2f4da

Please sign in to comment.