Add rituals !
Some checks failed
Release Creation / build (release) Failing after 21s

This commit is contained in:
2025-04-24 23:54:19 +02:00
parent 2b418695c4
commit a43bebc63b
28 changed files with 86 additions and 58 deletions

View File

@@ -5,6 +5,14 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.editor-content {
max-height: 400px;
overflow-y: auto;
}
.editor-container {
max-height: 400px;
overflow-y: auto;
}
}
.header {