浏览代码

refac: styling

Timothy J. Baek 6 月之前
父节点
当前提交
97b6fb4766
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte

+ 3 - 3
src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte

@@ -24,7 +24,7 @@
 				show = false;
 				show = false;
 			}}
 			}}
 		>
 		>
-			<XMark className="size-4" />
+			<XMark className="size-3.5" />
 		</button>
 		</button>
 	</div>
 	</div>
 	<div class="flex flex-col md:flex-row w-full h-full md:space-x-4 dark:text-gray-200">
 	<div class="flex flex-col md:flex-row w-full h-full md:space-x-4 dark:text-gray-200">
@@ -48,7 +48,7 @@
 			}}
 			}}
 		>
 		>
 			<div class=" flex-1 w-full h-full flex justify-center overflow-auto px-5 py-4">
 			<div class=" flex-1 w-full h-full flex justify-center overflow-auto px-5 py-4">
-				<div class=" max-w-3xl py-2 md:py-14 w-full flex flex-col gap-2">
+				<div class=" max-w-3xl py-2 md:py-10 w-full flex flex-col gap-2">
 					<div class="flex-shrink-0 w-full flex justify-between items-center">
 					<div class="flex-shrink-0 w-full flex justify-between items-center">
 						<div class="w-full">
 						<div class="w-full">
 							<input
 							<input
@@ -67,7 +67,7 @@
 				</div>
 				</div>
 			</div>
 			</div>
 
 
-			<div class="flex justify-end text-sm font-medium flex-shrink-0 mt-1 py-3 px-3">
+			<div class="flex justify-end text-sm font-medium flex-shrink-0 mt-1 p-4">
 				<button
 				<button
 					class=" px-3.5 py-2 bg-black text-white dark:bg-white dark:text-black transition rounded-full"
 					class=" px-3.5 py-2 bg-black text-white dark:bg-white dark:text-black transition rounded-full"
 					type="submit"
 					type="submit"