From b2d70b2491a7800d7f73a6d67e665023249b2b99 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 24 May 2026 17:20:36 +0100 Subject: [PATCH] =?UTF-8?q?write(css):=20editor-pane=20=E5=8A=A0=20grid-te?= =?UTF-8?q?mplate-rows:=20auto=201fr=EF=BC=8Ctitle-row=20=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E5=8D=A0=2050%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/write/frontend/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/write/frontend/src/styles.css b/apps/write/frontend/src/styles.css index d404439..ca96f04 100644 --- a/apps/write/frontend/src/styles.css +++ b/apps/write/frontend/src/styles.css @@ -93,6 +93,7 @@ textarea, input { font: inherit; } .editor-pane { display: grid; grid-template-columns: var(--editor-fr, 1fr) 6px var(--preview-fr, 1fr); + grid-template-rows: auto 1fr; min-height: 0; border-bottom: 1px solid #e5e5e5; }