Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
assets/base.css +5 −0
| @@ -325,6 +325,11 @@ body.drawer-open .drawer-backdrop { | |||
| 325 | 325 | border-radius: var(--fb-radius); | |
| 326 | 326 | padding: 1rem; | |
| 327 | 327 | } | |
| 328 | + | /* The first child sits against the card padding, so its own top margin would | |
| 329 | + | double the gap (empty-state notes, first form labels, headings). */ | |
| 330 | + | .card > :first-child { | |
| 331 | + | margin-top: 0; | |
| 332 | + | } | |
| 328 | 333 | ||
| 329 | 334 | .muted { | |
| 330 | 335 | color: var(--fb-fg-muted); | |