mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
@@ -43,11 +43,14 @@ export const splitViewPanel = style({
|
||||
},
|
||||
'[data-client-border="false"] &:not([data-is-last="true"]):not([data-is-dragging="true"])':
|
||||
{
|
||||
borderRight: `1px solid ${cssVar('borderColor')}`,
|
||||
borderRight: `0.5px solid ${cssVar('borderColor')}`,
|
||||
},
|
||||
'&[data-is-dragging="true"]': {
|
||||
zIndex: 1,
|
||||
},
|
||||
'[data-client-border="true"] &': {
|
||||
border: `0.5px solid ${cssVar('borderColor')}`,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user