mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 06:16:59 +08:00
@@ -13,7 +13,6 @@ export const affineDocViewport = style({
|
|||||||
|
|
||||||
export const docContainer = style({
|
export const docContainer = style({
|
||||||
display: 'block',
|
display: 'block',
|
||||||
flexGrow: 1,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const docEditorGap = style({
|
export const docEditorGap = style({
|
||||||
@@ -23,6 +22,7 @@ export const docEditorGap = style({
|
|||||||
paddingTop: 50,
|
paddingTop: 50,
|
||||||
paddingBottom: 50,
|
paddingBottom: 50,
|
||||||
cursor: 'text',
|
cursor: 'text',
|
||||||
|
flexGrow: 1,
|
||||||
});
|
});
|
||||||
|
|
||||||
const titleTagBasic = style({
|
const titleTagBasic = style({
|
||||||
|
|||||||
Reference in New Issue
Block a user