mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 13:02:21 +08: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: {
|
vars: {
|
||||||
'--affine-editor-width': '686px',
|
'--affine-editor-width': '800px',
|
||||||
},
|
},
|
||||||
'@media': {
|
'@media': {
|
||||||
[breakpoints.down('sm', true)]: {
|
[breakpoints.down('sm', true)]: {
|
||||||
|
|||||||
Reference in New Issue
Block a user