fabrica

hanna/fabrica

style(web): fix merge-panel Method label alignment and top padding

e8b9d80 · hanna committed on 2026-07-25

Reset the block label's asymmetric margins inside .merge-form so "Method"
centers with the select and button, and zero the panel paragraph's margin plus
trim the panel padding so it isn't top-heavy.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
1 files changed · +8 −1UnifiedSplit
assets/base.css +8 −1
@@ -480,6 +480,10 @@ body.drawer-open .drawer-backdrop {
480480 }
481481 .merge-panel {
482482 border-left: 3px solid var(--fb-border);
483+ padding: 0.85rem 1rem;
484+}
485+.merge-panel > p {
486+ margin: 0;
483487 }
484488 .merge-panel.clean {
485489 border-left-color: var(--fb-success);
@@ -495,7 +499,10 @@ body.drawer-open .drawer-backdrop {
495499 align-items: center;
496500 gap: 0.5rem;
497501 flex-wrap: wrap;
498- margin-top: 0.5rem;
502+ margin-top: 0.65rem;
503+}
504+.merge-form label {
505+ margin: 0;
499506 }
500507 .merge-form select {
501508 width: auto;