Merge pull request #3077 from KaraKaraWitch/patch-1 Make featherless.ai Search bar take up 1 entire row on mobile devices.
Signed| @@ -5673,7 +5673,8 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 5673 | } | 5673 | } |
| 5674 | 5674 | ||
| 5675 | #featherless_model_search_bar { | 5675 | #featherless_model_search_bar { |
| 5676 | width: 100%; | 5676 | flex: 1; |
| 5677 | flex-basis:100%; | ||
| 5677 | } | 5678 | } |
| 5678 | 5679 | ||
| 5679 | } | 5680 | } |