瀏覽代碼

fix: styling

Timothy J. Baek 1 年之前
父節點
當前提交
e5703a588f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte

+ 1 - 1
src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte

@@ -42,7 +42,7 @@
 
 <Modal size="lg" bind:show>
 	<div>
-		<div class=" flex justify-between dark:text-gray-300 px-5 pt-4">
+		<div class=" flex justify-between dark:text-gray-300 px-5 pt-4 pb-1">
 			<div class=" text-lg font-medium self-center">{$i18n.t('Archived Chats')}</div>
 			<button
 				class="self-center"