write(css): editor-pane 加 grid-template-rows: auto 1fr,title-row 不再占 50%
deploy write / build-and-deploy (push) Successful in 1m52s
deploy write / build-and-deploy (push) Successful in 1m52s
This commit is contained in:
@@ -93,6 +93,7 @@ textarea, input { font: inherit; }
|
|||||||
.editor-pane {
|
.editor-pane {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: var(--editor-fr, 1fr) 6px var(--preview-fr, 1fr);
|
grid-template-columns: var(--editor-fr, 1fr) 6px var(--preview-fr, 1fr);
|
||||||
|
grid-template-rows: auto 1fr;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user