add: cinematic preview

This commit is contained in:
Tom Boullay
2026-05-11 12:53:18 +02:00
parent 9f5c105c1b
commit 7a439d0879
5 changed files with 147 additions and 5 deletions
+8
View File
@@ -1863,6 +1863,7 @@ canvas {
}
.editor-cinematic-manifest-actions button,
.editor-cinematic-manifest-preview,
.editor-cinematic-manifest-delete,
.editor-cinematic-keyframes-heading button,
.editor-cinematic-keyframe-heading button {
@@ -1881,6 +1882,7 @@ canvas {
}
.editor-cinematic-manifest-actions button:hover,
.editor-cinematic-manifest-preview:hover,
.editor-cinematic-manifest-delete:hover,
.editor-cinematic-keyframes-heading button:hover,
.editor-cinematic-keyframe-heading button:hover {
@@ -1889,6 +1891,7 @@ canvas {
}
.editor-cinematic-manifest-actions button:disabled,
.editor-cinematic-manifest-preview:disabled,
.editor-cinematic-keyframe-heading button:disabled {
cursor: not-allowed;
opacity: 0.45;
@@ -1988,6 +1991,11 @@ canvas {
color: #fca5a5;
}
.editor-cinematic-manifest-preview {
border-color: rgba(125, 211, 252, 0.24);
color: #bae6fd;
}
.editor-cinematic-keyframe-heading button {
padding: 6px 8px;
color: #fca5a5;