Make Search bar takeup 1 entire row for small px sizes.

d8eb43082d02b065adbebfa521b21887238cc36f

KaraKaraWitch <134394640+KaraKaraWitch@users.noreply.github.com>

Signed
1 files changed, +2 -1Ignore whitespace
public/style.css+2 -1
@@ -5673,7 +5673,8 @@ body:not(.movingUI) .drawer-content.maximized {
56735673 }
56745674
56755675 #featherless_model_search_bar {
56765676 widthflex: 100%1;
5677+ flex-basis:100%;
56775678 }
56785679
56795680}