Searchbar Dynamically Resizes (#1985)

Fixed Searchbar sizing
This commit is contained in:
bxjyj 2024-10-04 11:22:35 -04:00 committed by GitHub
parent 22a58ad0c3
commit 45e4c15d2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,8 +7,8 @@
}
#navbarSearch.show {
max-height: 300px;
/* Adjust this to your desired max height */
height: auto;
/*dynamically changes height*/
}
#searchResults .dropdown-item {
@ -268,6 +268,7 @@ span.icon-text::after {
/* Dropdown min-width */
.dropdown-mw-28 {
min-width: 280px;
min-height: 50px;
}
.dropdown-mw-20 {
@ -314,6 +315,7 @@ span.icon-text::after {
display: block;
margin-top: 0;
}
.icon-hide {
display: none;
}