Make Search bar takeup 1 entire row for small px sizes.
This commit is contained in:
parent
9b38e3f449
commit
d8eb43082d
|
@ -5673,7 +5673,8 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||
}
|
||||
|
||||
#featherless_model_search_bar {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
flex-basis:100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue