We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfb54a commit 8431776Copy full SHA for 8431776
1 file changed
src/lib/sidebar/navigation/SidebarCategory.svelte
@@ -19,7 +19,7 @@
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">
20
<Icon />
21
{#if windowInfo.isNavOpen}
22
- <span class="grow min-w-0">{name}</span>
+ <span class="grow min-w-0 will-change-transform">{name}</span>
23
<IconExpand class="motion-safe:transition-all group-open:rotate-90 rotate-0" />
24
{/if}
25
</summary>
0 commit comments