Browse Source

refac: styling

Timothy Jaeryang Baek 4 tháng trước cách đây
mục cha
commit
f7ecfafe1a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/lib/components/channel/Thread.svelte

+ 2 - 2
src/lib/components/channel/Thread.svelte

@@ -157,7 +157,7 @@
 
 {#if channel}
 	<div class="flex flex-col w-full h-full bg-gray-50 dark:bg-gray-850">
-		<div class="flex items-center justify-between px-3.5 py-3">
+		<div class="flex items-center justify-between px-3.5 pt-3">
 			<div class=" font-medium text-lg">Thread</div>
 
 			<div>
@@ -172,7 +172,7 @@
 			</div>
 		</div>
 
-		<div class=" max-h-full w-full overflow-y-auto" bind:this={messagesContainerElement}>
+		<div class=" max-h-full w-full overflow-y-auto pt-3" bind:this={messagesContainerElement}>
 			<Messages
 				id={threadId}
 				{channel}