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
commit 06d94b8b17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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