Merge pull request #3077 from KaraKaraWitch/patch-1

Make featherless.ai Search bar take up 1 entire row on mobile devices.
This commit is contained in:
Cohee
2024-11-16 15:43:36 +02:00
committed by GitHub

View File

@ -5673,7 +5673,8 @@ body:not(.movingUI) .drawer-content.maximized {
} }
#featherless_model_search_bar { #featherless_model_search_bar {
width: 100%; flex: 1;
flex-basis:100%;
} }
} }