Refine item form and preview

- Item form: subtitle + fields grouped into hairline-separated labeled
  sections (Basics / Alerts / Schedule and marketplaces / Filters /
  Advanced) instead of one flat card; refined Advanced summary.
- Preview: refined headings; best-price hero keeps a 160px product image;
  Other results becomes a thumbnailed feed via the shared components.
- New .v-form-section-title helper.
This commit is contained in:
prosolis
2026-06-20 12:52:25 -07:00
parent 3760571d84
commit 90a74967e0
6 changed files with 209 additions and 206 deletions

View File

@@ -142,6 +142,15 @@ a:hover { text-decoration: underline; }
border-top: 1px solid var(--border);
}
/* Small uppercase group label inside forms (item form sections). */
.v-form-section-title {
font-size: 0.74rem;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-2);
}
/* Quiet empty-state line. */
.v-empty {
color: var(--text-2);