Selaa lähdekoodia

refac: styling

Timothy Jaeryang Baek 1 kuukausi sitten
vanhempi
commit
84fd0e4152
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>