style: remove playground sidebar right border
This commit is contained in:
parent
812f35bae5
commit
0dc3f003cc
1 changed files with 1 additions and 3 deletions
|
|
@ -253,9 +253,7 @@ function InlineSidebar({
|
|||
className={cn(
|
||||
"bg-muted/70 text-sidebar-foreground h-full overflow-hidden rounded-2xl corner-squircle transition-[width] duration-200 ease-linear",
|
||||
!collapsed &&
|
||||
(side === "left"
|
||||
? "border-r border-sidebar-border/70"
|
||||
: "border-l border-sidebar-border/70"),
|
||||
side === "right" && "border-l border-sidebar-border/70",
|
||||
collapsed ? "w-0" : "w-(--sidebar-width)",
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue