Browse Source

refac: styling

Timothy J. Baek 10 tháng trước cách đây
mục cha
commit
d6ab954f81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/chat/Messages.svelte

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

@@ -385,7 +385,7 @@
 				{/each}
 
 				{#if bottomPadding}
-					<div class="  pb-20" />
+					<div class="  pb-6" />
 				{/if}
 			{/key}
 		</div>