feat: added template button for starting a new chat.

This commit is contained in:
2026-02-22 20:23:14 +02:00
parent 6364fdf1cd
commit a91949a2fd
3 changed files with 26 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
@layer components {
.msg {
@apply rounded-lg px-3 py-2 dark:bg-gray-800 max-w-[75%];
@apply rounded-lg mb-5 px-3 py-2 dark:bg-gray-800 max-w-[75%];
}
.msg-model {