Skip to content

Commit 45284b0

Browse files
committed
style: remove redundant Navigation box and label
1 parent 7f5b428 commit 45284b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/TuiLayout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ const topReference = sortByOrder(referenceRaw.filter(e => !e.id.includes('/')),
9393
</header>
9494
<div class="flex flex-1 gap-2 overflow-hidden">
9595
<!-- Navigation Panel -->
96-
<aside class="relative border border-tui-border-inactive w-80 flex flex-col mt-2">
97-
<span class="absolute -top-2.5 left-2 bg-tui-bg px-1 text-[11px] font-bold text-tui-accent tracking-tighter">Navigation</span>
96+
<aside class="w-80 flex flex-col mt-2">
97+
9898

9999
<nav class="flex-1 overflow-y-auto p-2 pt-4 flex flex-col gap-4 scrollbar-hide text-xs">
100100

0 commit comments

Comments
 (0)