tighten message spacing

This commit is contained in:
Shantur Rathore
2025-11-27 10:30:30 +00:00
parent 1bf1a4761d
commit 54905c5626
2 changed files with 5 additions and 5 deletions

View File

@@ -229,7 +229,7 @@ export default function MessageItem(props: MessageItemProps) {
</For>
<Show when={fileAttachments().length > 0}>
<div class="message-attachments">
<div class="message-attachments mt-1">
<For each={fileAttachments()}>
{(attachment) => {
const name = getAttachmentName(attachment)