fixed some css & prosemirror

This commit is contained in:
Vlyan
2025-08-22 12:47:39 +02:00
parent 30e8da25a2
commit 8b77966287
19 changed files with 55 additions and 52 deletions

View File

@@ -37,6 +37,7 @@ textarea {
color: $l5r5e-black;
resize: vertical;
border-radius: 0;
box-shadow: none;
&[disabled] {
background: $l5r5e-white-light;
}