Merge pull request #3077 from KaraKaraWitch/patch-1 Make featherless.ai Search bar take up 1 entire row on mobile devices.

06d94b8b17b3fcbe9006e78efaaa81f9ac88f513

Cohee <18619528+Cohee1207@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 {
56735673 }
56745674
56755675 #featherless_model_search_bar {
56765676 widthflex: 100%1;
5677+ flex-basis:100%;
56775678 }
56785679
56795680}