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

View File

@@ -23,7 +23,7 @@ export const appStyle = style({
},
},
vars: {
'--affine-editor-width': '686px',
'--affine-editor-width': '800px',
},
'@media': {
[breakpoints.down('sm', true)]: {