fix(navigation): show logo text on mobile and truncate overflow
The logo text was previously hidden on all screens except extra-large. Updated visibility classes to display it on small screens (mobile) while maintaining the hidden state on medium-to-large screens until the extra-large breakpoint. Added truncation to prevent horizontal overflow.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<span class="relative">
|
<span class="relative">
|
||||||
<img src="/images/cropped-HS-1-192x192.webp" class="h-9 w-9 rounded-xl " alt="hstream.moe Logo" />
|
<img src="/images/cropped-HS-1-192x192.webp" class="h-9 w-9 rounded-xl " alt="hstream.moe Logo" />
|
||||||
</span>
|
</span>
|
||||||
<span class="hidden text-lg font-bold bg-gradient-to-r from-rose-600 to-pink-500 bg-clip-text text-transparent xl:block">hstream.moe</span>
|
<span class="text-lg font-bold bg-gradient-to-r from-rose-600 to-pink-500 bg-clip-text text-transparent md:hidden xl:block truncate">hstream.moe</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="hidden min-w-0 items-center gap-1 md:flex">
|
<div class="hidden min-w-0 items-center gap-1 md:flex">
|
||||||
|
|||||||
Reference in New Issue
Block a user