diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-06 17:43:08 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-07 19:09:36 -0500 |
| commit | 549928a460696b2fc994daf7d1a375d0280b87a8 (patch) | |
| tree | 7bcfc5fdaf248dbce01afcb73778664128ed8af8 /ui | |
| parent | 9f0ba2e243be772a7677f8250893f5da7b2acbfe (diff) | |
Increase horizontal padding on the /me link so it looks a little less cramped
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/routes/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/routes/+layout.svelte b/ui/routes/+layout.svelte index ef3e823..0aeb144 100644 --- a/ui/routes/+layout.svelte +++ b/ui/routes/+layout.svelte @@ -33,7 +33,7 @@ <a href="/">understory</a> <svelte:fragment slot="trail"> {#if $currentUser} - <div class="rounded-full bg-secondary-400 px-2 py-1"> + <div class="rounded-full bg-secondary-400 px-3 py-1"> <a href="/me">@{$currentUser.username}</a> </div> {/if} |
