소스 검색

refac: styling

Timothy Jaeryang Baek 1 개월 전
부모
커밋
84fd0e4152
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/layout/SearchModal.svelte

+ 1 - 1
src/lib/components/layout/SearchModal.svelte

@@ -328,7 +328,7 @@
 								}
 							}}
 						>
-							<div class="w-full flex justify-center py-1 text-xs animate-pulse items-center gap-2">
+							<div class="w-full flex justify-center py-4 text-xs animate-pulse items-center gap-2">
 								<Spinner className=" size-4" />
 								<div class=" ">Loading...</div>
 							</div>