Fix chat spacing

This commit is contained in:
Jon Staab
2025-03-19 09:56:00 -07:00
parent 33af39ee93
commit d94860014c
+1 -1
View File
@@ -345,7 +345,7 @@ progress[value]::-webkit-progress-value {
} }
.chat__messages { .chat__messages {
@apply saib cw fixed top-12 flex h-[calc(100%-6rem)] flex-col-reverse overflow-y-auto overflow-x-hidden md:h-[calc(100%-3rem)]; @apply saib cw fixed top-12 flex h-[calc(100%-6.5rem)] flex-col-reverse overflow-y-auto overflow-x-hidden md:h-[calc(100%-3rem)];
} }
.chat__compose { .chat__compose {