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