fix(core): bi-directional links responsive style (#7540)

close AF-1077
This commit is contained in:
JimmFly
2024-07-19 05:22:34 +00:00
parent 6dbcb62da7
commit af7d44164c

View File

@@ -9,6 +9,11 @@ export const container = style({
paddingLeft: cssVar('--affine-editor-side-padding', '24'),
paddingRight: cssVar('--affine-editor-side-padding', '24'),
fontSize: cssVar('--affine-font-base'),
'@container': {
[`viewport (width <= 640px)`]: {
padding: '0 24px',
},
},
});
export const dividerContainer = style({