mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: make editor width to 800px
Fixes: https://github.com/toeverything/AFFiNE/issues/2486
This commit is contained in:
@@ -23,7 +23,7 @@ export const appStyle = style({
|
||||
},
|
||||
},
|
||||
vars: {
|
||||
'--affine-editor-width': '686px',
|
||||
'--affine-editor-width': '800px',
|
||||
},
|
||||
'@media': {
|
||||
[breakpoints.down('sm', true)]: {
|
||||
|
||||
Reference in New Issue
Block a user