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

View File

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