Add shareable design codes and a cleaner curated startup design

Designs serialize to compact LMN1. codes (base64url) that restore the
exact style, palette, seed and all parameters when pasted into the new
Share section or opened as a #hash link. Startup now shows a calm Aura
on the Halo palette with a fixed seed instead of a random chrome.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonxlnx
2026-06-10 01:10:39 +02:00
parent e8c151f089
commit e39ee3d9ed
3 changed files with 140 additions and 8 deletions
+21
View File
@@ -465,6 +465,27 @@ select { cursor: pointer; appearance: none; padding-right: 22px;
.toggle.on { background: var(--text); }
.toggle.on::after { transform: translateX(13px); background: #0a0a0c; }
/* ---------- share section ---------- */
.share-row { display: flex; gap: 8px; margin-bottom: 10px; }
.share-row .mini-btn { flex: 1; justify-content: center; }
.share-input {
width: 100%;
text-align: left;
color: var(--text-mid);
}
.share-input::placeholder { color: var(--text-dim); }
/* ---------- share section ---------- */
.share-row { display: flex; gap: 8px; margin-bottom: 10px; }
.share-row .mini-btn { flex: 1; justify-content: center; }
.share-input {
width: 100%;
text-align: left;
}
.share-input::placeholder { color: var(--text-dim); }
/* ---------- export section ---------- */
.export-grid { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }