mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: styling
This commit is contained in:
parent
2bf68593af
commit
ebde5c47d9
2 changed files with 2 additions and 2 deletions
|
|
@ -398,7 +398,7 @@
|
|||
dir={$settings?.chatDirection ?? 'LTR'}
|
||||
>
|
||||
{#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}
|
||||
{#if file.type === 'image'}
|
||||
<div class=" relative group">
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@
|
|||
dir={$settings?.chatDirection ?? 'LTR'}
|
||||
>
|
||||
{#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}
|
||||
{#if file.type === 'image'}
|
||||
<div class=" relative group">
|
||||
|
|
|
|||
Loading…
Reference in a new issue