Skip to content

Commit

Permalink
One more alignment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaminSarge committed Jan 3, 2025
1 parent c09792c commit 19b801c
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="inline-flex flex-row gap-2 break-words w-full overflow-visible" transition:slide|local={{ duration: 300 }}>
<div class="mt-1 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 19b801c

Please sign in to comment.