Simplify chat compose layout

This commit is contained in:
Jon Staab
2026-04-04 09:02:52 -07:00
parent 9311cab3b2
commit fd6cc84be6
5 changed files with 13 additions and 67 deletions
+2 -6
View File
@@ -403,14 +403,10 @@ body.keyboard-open .hide-on-keyboard {
/* chat view */
.chat__compose {
@apply left-content bottom-sai right-sai fixed z-compose;
@apply relative z-compose mb-14 flex-grow md:mb-0;
}
.chat__compose-zone {
@apply left-content bottom-sai right-sai fixed z-compose;
}
.chat__compose-zone .chat__compose-inner {
.chat__compose .chat__compose-inner {
@apply min-w-0;
}