write(css): editor-pane 加 grid-template-rows: auto 1fr,title-row 不再占 50%
deploy write / build-and-deploy (push) Successful in 1m52s

This commit is contained in:
Fam Zheng
2026-05-24 17:20:36 +01:00
parent 7b868852d2
commit b2d70b2491
+1
View File
@@ -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;
} }