Update Navbar and UserAvatar components, and +page styling

This commit is contained in:
Sean Morley
2024-04-10 23:25:24 +00:00
parent 3d0116a684
commit 549840128f
4 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
<div class="dropdown dropdown-bottom dropdown-end" tabindex="0" role="button">
<div class="avatar placeholder">
<div class="bg-neutral text-neutral-content rounded-full w-10 ml-4">
<span class="text-2xl">{firstLetter}</span>
<span class="text-2xl -mt-0.5">{firstLetter}</span>
</div>
</div>
<!-- svelte-ignore a11y-missing-attribute -->