refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-02-03 20:06:58 -08:00
parent 2bf68593af
commit ebde5c47d9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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