Files
AFFiNE-Mirror/apps/web/src/components/page-detail-editor.css.ts
T
2023-06-27 14:15:34 +00:00

18 lines
304 B
TypeScript

import { style } from '@vanilla-extract/css';
export const pluginContainer = style({
height: '100%',
width: '100%',
});
export const editor = style({
height: 'calc(100% - 52px)',
selectors: {
'&.full-screen': {
vars: {
'--affine-editor-width': '90%',
},
},
},
});