calm down a bit with the css field's size

This commit is contained in:
Ell 2022-03-22 13:18:53 +01:00
parent cdbd29448a
commit 51e09944db

View file

@ -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 => {