* [ui] change doc editor margin.

This commit is contained in:
sunhao
2024-08-14 14:26:18 +08:00
committed by 刘刚
parent cfe06a3768
commit bddc3229ce
+2 -1
View File
@@ -3,7 +3,8 @@
.m-doc-view #pick-docDropmenuMenu {position: relative; top: auto; margin-bottom: 12px; background: var(--color-canvas);}
#docPanel {max-height: calc(100vh - 72px); --doc-max-width: 1120; --doc-sidebar-width: 0px;}
#docEditor {margin: 0 -0.75em -1.25em -1em}
#docEditor {margin: 0 -0.75em -1em}
#docEditor zen-editor {min-height: 100px;}
.doc-menu [data-type="mine"] + menu {max-height: calc(100vh - 300px);}
#docBody {margin: 0 auto; max-width: calc(var(--doc-max-width) + var(--doc-sidebar-width));}