From 98ade4759ba198b9e266a2e0fe003ba6332c275f Mon Sep 17 00:00:00 2001 From: moris Date: Sun, 9 Feb 2025 21:17:53 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A8=BF=E3=83=95=E3=82=A9=E3=83=BC?= =?UTF-8?q?=E3=83=A0=E5=A4=A7=E3=81=8D=E3=81=8F=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/MkPostForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index f199855fa6..3ac7466764 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -1293,7 +1293,7 @@ html[data-color-scheme=light] .preview { max-width: 100%; min-width: 100%; width: 100%; - min-height: 128px; + min-height: 150px; height: 100%; } @@ -1390,7 +1390,7 @@ html[data-color-scheme=light] .preview { } .text { - min-height: 80px; + min-height: 128px; } .footer {