Show AdventureLog icon instead of text in mobile mode

This patch makes AdventureLog hide the text but show the app icon in
the navigation bar when in mobile mode.
This commit is contained in:
Lars Kiesow
2025-04-25 15:54:02 +02:00
parent b8aa96b5b3
commit 3a8776c000

View File

@@ -180,8 +180,8 @@
</ul>
</div>
<a class="btn btn-ghost p-0 text-2xl font-bold tracking-normal" href="/">
AdventureLog
<img src="/favicon.png" alt="Map Logo" class="w-10 md:inline hidden" />
<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">