feat: improve semantic nav/main tags (#17800)

feat: nav/main elements

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Min Idzelis
2025-04-29 13:51:39 -04:00
committed by GitHub
parent d9ce74b896
commit 07290580a6
6 changed files with 111 additions and 113 deletions

View File

@@ -55,7 +55,7 @@
<HelpAndFeedbackModal onClose={() => (shouldShowHelpPanel = false)} {info} />
{/if}
<section
<nav
id="dashboard-navbar"
class="fixed z-[900] max-md:h-[var(--navbar-height-md)] h-[var(--navbar-height)] w-dvw text-sm"
>
@@ -209,4 +209,4 @@
</section>
</div>
</div>
</section>
</nav>