WIP - UI fixes for bottom bar

This commit is contained in:
Francisco Gaona
2026-01-08 21:19:48 +01:00
parent 7ae36411db
commit 8b9fa81594
2 changed files with 36 additions and 27 deletions

View File

@@ -50,6 +50,6 @@ const handleSend = () => {
<style scoped>
.ai-chat-area {
min-height: 120px;
min-height: 190px;
}
</style>