only the heading text clickable

This commit is contained in:
perennial
2024-10-08 14:26:26 +11:00
parent dc4ab0b823
commit 79ebf84f2c
+1 -3
View File
@@ -156,9 +156,7 @@
<div class="offcanvas-header d-flex align-items-start">
<div class="d-flex flex-column w-75">
<!-- TODO: fw-bold for the title? can't decide -->
<a class="text-body text-decoration-none" href="/">
<h2 class="display-6 offcanvas-title mb-0" id="offcanvasNavbarLabel">PixivFE</h2>
</a>
<h2 class="display-6 offcanvas-title mb-0" id="offcanvasNavbarLabel"><a class="text-body text-decoration-none" href="/">PixivFE</a></h2>
<span class="h6 text-muted mb-0">A privacy-respecting alternative front-end for Pixiv that doesn't suck.</span>
</div>
<!-- TODO: p-4 is a dirty hack to 'align' the close button with the title; inconsistent across devices -->