fix: make editor width to 800px

Fixes: https://github.com/toeverything/AFFiNE/issues/2486
This commit is contained in:
himself65
2023-05-22 17:40:51 +08:00
parent ef0a20b358
commit fd35d3427e
@@ -23,7 +23,7 @@ export const appStyle = style({
}, },
}, },
vars: { vars: {
'--affine-editor-width': '686px', '--affine-editor-width': '800px',
}, },
'@media': { '@media': {
[breakpoints.down('sm', true)]: { [breakpoints.down('sm', true)]: {