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

This commit is contained in:
KaraKaraWitch 2024-11-16 18:45:46 +08:00 committed by GitHub
parent 9b38e3f449
commit d8eb43082d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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