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

d8eb43082d02b065adbebfa521b21887238cc36f

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

Signed
1 files changed, +2 -1Showing whitespace changes
public/style.css+2 -1
@@ -5673,7 +5673,8 @@ body:not(.movingUI) .drawer-content.maximized {
5673 }5673 }
56745674
5675 #featherless_model_search_bar {5675 #featherless_model_search_bar {
5676 width: 100%;5676 flex: 1;
5677 flex-basis:100%;
5677 }5678 }
56785679
5679}5680}