From 51e09944db8ab7890c8a9481ede52e4bcdfbd5db Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 22 Mar 2022 13:18:53 +0100 Subject: [PATCH] calm down a bit with the css field's size --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index fed4fca..7866646 100644 --- a/main.ts +++ b/main.ts @@ -193,7 +193,7 @@ class CustomFramesSettingTab extends PluginSettingTab { .setName("Additional CSS") .setDesc("A snippet of additional CSS that should be applied to this frame.") .addTextArea(t => { - t.inputEl.rows = 10; + t.inputEl.rows = 5; t.inputEl.cols = 50; t.setValue(frame.customCss); t.onChange(async v => {