瀏覽代碼

refac: styling

Timothy Jaeryang Baek 2 月之前
父節點
當前提交
ebde5c47d9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/lib/components/channel/MessageInput.svelte
  2. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 1 - 1
src/lib/components/channel/MessageInput.svelte

@@ -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">

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

@@ -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">