refac: styling

This commit is contained in:
Timothy J. Baek
2024-07-17 11:53:49 +02:00
parent bdadfc958c
commit ed21f9f906
2 changed files with 12 additions and 7 deletions

View File

@@ -501,7 +501,7 @@
dir={$settings?.chatDirection ?? 'LTR'}
>
{#if files.length > 0}
<div class="mx-2 mt-2 mb-1 flex flex-wrap gap-2">
<div class="mx-1 mt-2.5 mb-1 flex flex-wrap gap-2">
{#each files as file, fileIdx}
{#if file.type === 'image'}
<div class=" relative group">