From 2747060d41af39281ac78e40521fd8559c7eaf49 Mon Sep 17 00:00:00 2001 From: joe <> Date: Tue, 4 Apr 2023 02:35:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4=20=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E9=A1=AF=E7=A4=BA=E5=8D=80=20&&=20textarea=20=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/content.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/content.js b/js/content.js index 352226d..44be120 100644 --- a/js/content.js +++ b/js/content.js @@ -36,13 +36,13 @@ } .dialog #questionPreviewArea { - max-height:280px; + max-height:200px; overflow:auto; font-size: 18px; } .question-textarea { width: 100%; - height: 250px; + height: 350px; border: 1px solid #ccc; border-radius: 3px; padding: 5px;