CatsJuice
2024-05-23 02:42:01 +00:00
parent f3c9593606
commit d066da3e8a
2 changed files with 0 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ export const root = style({
flex: 1,
width: '100%',
height: '100%',
minWidth: '320px',
overflow: 'hidden',
alignItems: 'center',
borderTop: `1px solid ${cssVar('borderColor')}`,

View File

@@ -36,14 +36,5 @@ export const sidebarContainer = style({
export const sidebarBodyTarget = style({
flex: 1,
width: '100%',
minWidth: '320px',
overflow: 'hidden',
selectors: {
[`&[data-client-border=true]`]: {
paddingLeft: 9,
},
[`&[data-client-border=false]`]: {
borderLeft: `1px solid ${cssVar('borderColor')}`,
},
},
});