feat: Modernize the visual card editor. (#2586)

This commit is contained in:
Dermot Duffy
2026-07-20 20:44:16 -07:00
committed by GitHub
parent e204ec183f
commit b6e1de5999
146 changed files with 8487 additions and 5992 deletions
+12
View File
@@ -0,0 +1,12 @@
// A section renders its own panel, so it carries the rules for the panel's
// frame and body. The editor around it positions the sections themselves.
@use './editor-expander-body.scss';
// Content the section was given ends its body; without this it sits flush
// against the section's bottom edge.
.values > advanced-camera-card-editor-cameras,
.values > advanced-camera-card-editor-folders,
.values > advanced-camera-card-editor-keyboard-shortcuts {
display: block;
margin-bottom: 10px;
}