From f40578ab249e3a923b1914a5da1d2559cd205209 Mon Sep 17 00:00:00 2001 From: JimmFly Date: Thu, 31 Oct 2024 09:36:22 +0000 Subject: [PATCH] chore: adjust right sidebar style (#8641) close AF-1548 ![CleanShot 2024-10-31 at 15 29 12@2x](https://github.com/user-attachments/assets/251502e9-2fbf-41b2-a1bf-eab8357945e5) --- .../modules/workbench/view/sidebar/sidebar-container.css.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/frontend/core/src/modules/workbench/view/sidebar/sidebar-container.css.ts b/packages/frontend/core/src/modules/workbench/view/sidebar/sidebar-container.css.ts index 9f12241b70c51..07767c64105d7 100644 --- a/packages/frontend/core/src/modules/workbench/view/sidebar/sidebar-container.css.ts +++ b/packages/frontend/core/src/modules/workbench/view/sidebar/sidebar-container.css.ts @@ -10,6 +10,10 @@ export const sidebarContainerInner = style({ width: '100%', borderRadius: 'inherit', selectors: { + ['[data-client-border=true] &']: { + borderRadius: 6, + border: `0.5px solid ${cssVar('borderColor')}`, + }, ['[data-client-border=true][data-is-floating="true"] &']: { boxShadow: cssVar('shadow3'), border: `1px solid ${cssVar('borderColor')}`,