Add CustomEffects as usermod: step 2: ui works

This commit is contained in:
Ewowi
2022-08-30 12:55:01 +02:00
parent 9a87d2bd8e
commit 068089751d
7 changed files with 2130 additions and 1874 deletions

View File

@@ -0,0 +1,12 @@
.ceTextarea {
width: 90%;
height: 300px;
resize: none;
white-space: pre;
}
#kceEditor {
max-width: 490px;
display: inline-block;
}