Add padding to chat
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m47s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m47s
This commit is contained in:
@@ -40,7 +40,7 @@ onUnmounted(() => {
|
|||||||
<Header>Chat</Header>
|
<Header>Chat</Header>
|
||||||
<div
|
<div
|
||||||
ref="messagesContainer"
|
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">
|
<p v-for="message in messages" :key="message.id">
|
||||||
<span class="text-tertiary">{{ message.authorId }}:</span>
|
<span class="text-tertiary">{{ message.authorId }}:</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user