Add padding to chat
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m47s

This commit is contained in:
2026-03-06 16:09:14 +00:00
parent ff82b8bdf9
commit ab2b0a1e3d

View File

@@ -40,7 +40,7 @@ onUnmounted(() => {
<Header>Chat</Header>
<div
ref="messagesContainer"
class="flex flex-col flex-1 overflow-y-auto"
class="flex flex-col flex-1 overflow-y-auto p-2"
>
<p v-for="message in messages" :key="message.id">
<span class="text-tertiary">{{ message.authorId }}:</span>