Merge pull request #2168 from Wolfsblvt/world-info-search-resizing

WI search bar now flexibly scales width
This commit is contained in:
Cohee 2024-05-01 10:24:08 +03:00 committed by GitHub
commit 1cf935eaf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,11 @@
width: 10em;
}
#world_info_search,
#world_info_search {
width: 10em;
min-width: 10em;
flex-grow: 1;
}
#world_info_sort_order {
width: 7em;
}