Skip to content

Commit

Permalink
chore: adjust right sidebar style (#8641)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmFly committed Oct 31, 2024
1 parent 51ffccb commit f40578a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')}`,
Expand Down

0 comments on commit f40578a

Please sign in to comment.