fix: add padding between editor and link panel (#5713)

Fix [AFF-561](https://linear.app/affine-design/issue/AFF-561/bi-directional-link-与文本编辑区域的-top-padding)
This commit is contained in:
Peng Xiao
2024-01-26 07:32:22 +00:00
parent 6ca2043697
commit b867dcbdeb

View File

@@ -29,7 +29,7 @@ export const affineDocViewport = style({
export const docContainer = style({
display: 'block',
flexGrow: 1,
paddingBottom: 64,
});
const titleTagBasic = style({