Skip to content

Commit

Permalink
fix: align new mod button
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 29, 2023
1 parent 19d55a1 commit 8e2014a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/mods/ModGrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

<div class="mb-5 ml-auto flex flex-wrap">
{#if newMod && $user !== null}
<a class="variant-ghost-primary btn" href="{base}/new-mod">{$t('mods.new')}</a>
<a class="variant-ghost-primary btn self-end" href="{base}/new-mod">{$t('mods.new')}</a>
{/if}

{#if showSearch}
Expand Down

0 comments on commit 8e2014a

Please sign in to comment.