ソースを参照

refac: styling

Timothy J. Baek 7 ヶ月 前
コミット
ff22e2156d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/lib/components/chat/Messages/Placeholder.svelte

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

@@ -89,7 +89,7 @@
 </script>
 </script>
 
 
 {#key mounted}
 {#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}
 		{#if $temporaryChatEnabled}
 			<Tooltip
 			<Tooltip
 				content="This chat won't appear in history and your messages will not be saved."
 				content="This chat won't appear in history and your messages will not be saved."