Implement schedule WYSIWYG and UTC dates

This commit is contained in:
2026-08-02 14:04:41 +01:00
parent a9d1d45d78
commit 2b9cabdab2
31 changed files with 1585 additions and 52 deletions
+9
View File
@@ -725,6 +725,10 @@ td[data-label="Slides"] {
position: relative;
}
.slide-editor-sidebar {
align-self: start;
}
.slide-form-stack {
display: grid;
gap: 1rem;
@@ -1734,6 +1738,11 @@ html[data-bs-theme='dark'] .template-field-card .tox .tox-collection {
position: static;
}
.slide-editor-sidebar {
position: static;
top: auto;
}
.slide-editor-shell {
grid-template-columns: minmax(0, 1fr);
}