Skip to content

Commit 8431776

Browse files
authored
Update SidebarCategory.svelte
1 parent 9bfb54a commit 8431776

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
@@ -19,7 +19,7 @@
1919
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">
2020
<Icon />
2121
{#if windowInfo.isNavOpen}
22-
<span class="grow min-w-0">{name}</span>
22+
<span class="grow min-w-0 will-change-transform">{name}</span>
2323
<IconExpand class="motion-safe:transition-all group-open:rotate-90 rotate-0" />
2424
{/if}
2525
</summary>

0 commit comments

Comments
 (0)