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)
This commit is contained in:
JimmFly
2024-10-31 09:36:22 +00:00
parent 51ffccbbb6
commit f40578ab24

View File

@@ -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')}`,