WI search bar now flexibly scales width

This commit is contained in:
Wolfsblvt 2024-04-30 21:35:27 +02:00
parent e4de6da5b8
commit 9d8ebd7bd2
1 changed files with 5 additions and 1 deletions

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;
}