mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08: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%',
|
width: '100%',
|
||||||
borderRadius: 'inherit',
|
borderRadius: 'inherit',
|
||||||
selectors: {
|
selectors: {
|
||||||
|
['[data-client-border=true] &']: {
|
||||||
|
borderRadius: 6,
|
||||||
|
border: `0.5px solid ${cssVar('borderColor')}`,
|
||||||
|
},
|
||||||
['[data-client-border=true][data-is-floating="true"] &']: {
|
['[data-client-border=true][data-is-floating="true"] &']: {
|
||||||
boxShadow: cssVar('shadow3'),
|
boxShadow: cssVar('shadow3'),
|
||||||
border: `1px solid ${cssVar('borderColor')}`,
|
border: `1px solid ${cssVar('borderColor')}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user