Skip to content

Commit

Permalink
Update alignment to match pinned message
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaminSarge committed Jan 3, 2025
1 parent 1311c2a commit c09792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RedirectBanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</div>
</div>
{#if !shorten && !dismissed}
<div class="mt-1 whitespace-pre-line" transition:slide|local={{ duration: 300 }}>
<div class="inline-flex flex-row gap-2 break-words w-full overflow-visible" transition:slide|local={{ duration: 300 }}>
{#if $showProfileIcons}
<img
class="h-5 w-5 inline align-middle rounded-full flex-none"
Expand Down

0 comments on commit c09792c

Please sign in to comment.