Add effect palette preview bar in CSS editor
Show a gradient color bar below the effect type description, giving users a visual preview of palette colors before applying. Updates live when switching effect type, palette, or meteor head color. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -507,6 +507,14 @@
|
||||
|
||||
/* ── Gradient editor ────────────────────────────────────────────── */
|
||||
|
||||
.effect-palette-preview {
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
border-radius: 6px;
|
||||
margin-top: 6px;
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.gradient-editor {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user