Browse Source

fix: styling

Co-Authored-By: Jannik S. <69747628+jannikstdl@users.noreply.github.com>
Timothy J. Baek 11 months ago
parent
commit
b521a06b5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Messages/UserMessage.svelte

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

@@ -65,7 +65,7 @@
 				: user?.profile_image_url ?? '/user.png'}
 				: user?.profile_image_url ?? '/user.png'}
 		/>
 		/>
 	{/if}
 	{/if}
-	<div class="w-full overflow-hidden">
+	<div class="w-full overflow-hidden pl-1">
 		{#if !($settings?.chatBubble ?? true)}
 		{#if !($settings?.chatBubble ?? true)}
 			<div>
 			<div>
 				<Name>
 				<Name>