mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user