portfolio-edit: indent add form 12px to match panel-header

Composer had zero horizontal padding so the leading `$` prompt was
flush with the panel border. Match the panel-header's 12px horizontal
inset so the form sits inside the panel's content gutter.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Giorgio Gilestro 2026-05-27 15:20:20 +02:00
parent 477a47be2c
commit 2ffd228976

View file

@ -2365,7 +2365,7 @@ a.btn-secondary:hover { color: var(--accent); border-color: var(--accent); }
/* ---------- Inline add-position composer ----------------------------- */ /* ---------- Inline add-position composer ----------------------------- */
.pf-add { .pf-add {
padding: 6px 0 8px; padding: 6px 12px 8px;
border-bottom: 1px dashed var(--border); border-bottom: 1px dashed var(--border);
margin-bottom: 6px; margin-bottom: 6px;
font-family: var(--font-mono); font-family: var(--font-mono);