feat: add fullscreen custom css editor

This commit is contained in:
SethBurkart123
2025-02-24 16:51:40 +11:00
parent 5051d04451
commit edb0a0f929
3 changed files with 40 additions and 7 deletions
+5 -1
View File
@@ -48,5 +48,9 @@ input {
.cm-editor {
width: 100%;
min-height: 100px;
max-height: 400px;
height: inherit;
}
.editorHeight {
height: calc(100vh - 58px);
}