1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

Merge pull request #576 from lkiesow/mobile-navbar

Improve overlapping on navbar on mobile devices
This commit is contained in:
Sean Morley 2025-04-25 10:00:49 -04:00 committed by GitHub
commit e44c153f9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,8 +179,9 @@
{/if}
</ul>
</div>
<a class="btn btn-ghost text-2xl font-bold tracking-normal" href="/">
AdventureLog <img src="/favicon.png" alt="Map Logo" class="w-10" />
<a class="btn btn-ghost p-0 text-2xl font-bold tracking-normal" href="/">
<span class="md:inline hidden">AdventureLog</span>
<img src="/favicon.png" alt="Map Logo" class="w-10" />
</a>
</div>
<div class="navbar-center hidden lg:flex">
@ -265,7 +266,7 @@
<Avatar user={data.user} />
{/if}
<div class="dropdown dropdown-bottom dropdown-end">
<div tabindex="0" role="button" class="btn m-1 ml-4">
<div tabindex="0" role="button" class="btn m-1 p-2">
<DotsHorizontal class="w-6 h-6" />
</div>
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->