mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: adjust right sidebar style (#8641)
close AF-1548 
This commit is contained in:
@@ -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')}`,
|
||||
|
||||
Reference in New Issue
Block a user