Skip to content

Commit 0fe6d9f

Browse files
Update ui/sidebar.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 30ac009 commit 0fe6d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ function SidebarRail({ className, ...props }: React.ComponentProps<"button">) {
292292
title="Toggle Sidebar"
293293
className={cn(
294294
"hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear group-data-[side=left]:-right-4 group-data-[side=right]:left-0 after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] sm:flex",
295-
"in-data-[side=left]:cursor-w-resize in-data-[side=right]:cursor-e-resize",
295+
"group-data-[side=left]:cursor-w-resize group-data-[side=right]:cursor-e-resize",
296296
"[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize",
297297
"hover:group-data-[collapsible=offcanvas]:bg-sidebar group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full",
298298
"[[data-side=left][data-collapsible=offcanvas]_&]:-right-2",

0 commit comments

Comments
 (0)