mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
13 lines
280 B
TypeScript
13 lines
280 B
TypeScript
import { style } from '@vanilla-extract/css';
|
|
|
|
export const blockSuiteEditorStyle = style({
|
|
maxWidth: 'var(--affine-editor-width)',
|
|
margin: '0 2rem',
|
|
padding: '0 24px',
|
|
});
|
|
|
|
export const blockSuiteEditorHeaderStyle = style({
|
|
marginTop: '40px',
|
|
marginBottom: '40px',
|
|
});
|