fix(core): bump theme to fix full-width-layout and editor font customization (#8704)

close AF-1610, AF-1601

**Original PR in design: [#138](https://github.com/toeverything/design/pull/138)**
This commit is contained in:
CatsJuice
2024-11-05 07:16:28 +00:00
parent 9e41918a1a
commit c41646be7f
4 changed files with 9 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import { globalStyle, style } from '@vanilla-extract/css';
import { style } from '@vanilla-extract/css';
export const editor = style({
flex: 1,
selectors: {
@@ -22,10 +22,3 @@ export const editor = style({
},
},
});
globalStyle(`${editor}.full-screen .page-editor-container`, {
vars: {
'--affine-editor-width': '100%',
'--affine-editor-side-padding': '72px',
},
});