Update boundaryFalloff setting and add panel subsection heading styles

- Changed boundaryFalloff from 1 to 0 in main.js settings for improved behavior.
- Added new languages ES, PT, JP
This commit is contained in:
CNCKitchen
2026-04-06 20:16:19 +02:00
parent 6fa12b6b7f
commit 16f5e96751
4 changed files with 622 additions and 22 deletions
+9
View File
@@ -391,6 +391,15 @@ main {
margin-bottom: 10px;
}
.panel-subsection-heading {
font-size: 9px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--text-muted);
margin: 14px 0 8px;
}
/* ── Preset grid ─────────────────────────────────────────────────────── */
.preset-grid {
display: grid;