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

View File

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