fabrica

hanna/fabrica

style(web): vertically center action-row submit buttons

0be8506 · hanna committed on 2026-07-25

Reset the stacked-form top margin on submit buttons inside .entry-row-actions so
the Delete buttons (labels, keys, tokens, collaborators) sit centered in their
row instead of nudged down.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
1 files changed · +5 −0UnifiedSplit
assets/base.css +5 −0
@@ -2031,6 +2031,11 @@ table.blob tr:target {
20312031 gap: 0.5rem;
20322032 flex: none;
20332033 }
2034+/* Action-row submit buttons must not inherit the stacked-form top margin, or
2035+ they float out of vertical alignment with the row. */
2036+.entry-row-actions form button[type="submit"] {
2037+ margin-top: 0;
2038+}
20342039 .commit-sha-pill {
20352040 padding: 0.1rem 0.45rem;
20362041 background: var(--fb-bg-inset);