Skip to content

Commit 8913dff

Browse files
authored
spitballing solutions
1 parent 3a7590c commit 8913dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/sidebar/navigation/SidebarCategory.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<details ontoggle={() => (windowInfo.isNavOpen = true)} class="w-full group marker:hidden">
1818
<summary
19-
class="rounded-lg cursor-pointer p-1 w-full flex gap-2 items-center text-left hover:bg-stone-700 hover:text-white hover:font-medium marker:hidden focus-visible:outline-2 focus-visible:outline-dph-orange">
19+
class="rounded-lg cursor-pointer p-1 w-fit flex gap-2 items-center text-left hover:bg-stone-700 hover:text-white hover:font-medium marker:hidden focus-visible:outline-2 focus-visible:outline-dph-orange">
2020
<Icon />
2121
{#if windowInfo.isNavOpen}
2222
<span class="grow">{name}</span>

0 commit comments

Comments
 (0)