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:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user