1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 14:59:36 +02:00

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
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

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