From 0dc3f003cc171b3783463fae69a860ecc5b53154 Mon Sep 17 00:00:00 2001 From: imagineer99 Date: Mon, 9 Mar 2026 13:08:59 +0000 Subject: [PATCH] style: remove playground sidebar right border --- studio/frontend/src/features/chat/chat-page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/frontend/src/features/chat/chat-page.tsx b/studio/frontend/src/features/chat/chat-page.tsx index 14a457ad76..f4b0ae72fa 100644 --- a/studio/frontend/src/features/chat/chat-page.tsx +++ b/studio/frontend/src/features/chat/chat-page.tsx @@ -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)", )} >