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

@@ -2680,6 +2680,14 @@ i.fvtt-cthulhu-eternal {
margin-top: 8px;
background-color: var(--color-light-1);
}
.fvtt-cthulhu-eternal .ritual-content fieldset .editor-content {
max-height: 400px;
overflow-y: auto;
}
.fvtt-cthulhu-eternal .ritual-content fieldset .editor-container {
max-height: 400px;
overflow-y: auto;
}
.fvtt-cthulhu-eternal .ritual-content .header {
background-color: var(--color-light-1);
display: flex;