We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4716c commit ccf4befCopy full SHA for ccf4bef
tools/server/webui/src/lib/components/ui/sidebar/sidebar.svelte
@@ -95,7 +95,7 @@
95
<div
96
data-sidebar="sidebar"
97
data-slot="sidebar-inner"
98
- class="bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col px-4 group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm"
+ class="bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm"
99
>
100
{@render children?.()}
101
</div>
0 commit comments