Explorar o código

refac: styling

Timothy J. Baek hai 7 meses
pai
achega
ff22e2156d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/chat/Messages/Placeholder.svelte

+ 1 - 1
src/lib/components/chat/Messages/Placeholder.svelte

@@ -89,7 +89,7 @@
 </script>
 
 {#key mounted}
-	<div class="m-auto w-full max-w-6xl px-2 xl:px-20 translate-y-2 text-center">
+	<div class="m-auto w-full max-w-6xl px-2 xl:px-20 translate-y-6 text-center">
 		{#if $temporaryChatEnabled}
 			<Tooltip
 				content="This chat won't appear in history and your messages will not be saved."