fabrica

hanna/fabrica

style(web): space the invite list from its create form

4135a9f · hanna committed on 2026-07-26

A populated admin list now carries a bottom gap before the create form
directly beneath it (invites); empty lists stay snug against the form.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
1 files changed · +4 −0UnifiedSplit
assets/base.css +4 −0
@@ -1002,6 +1002,10 @@ body.drawer-open .drawer-backdrop {
1002 padding-left: 0;1002 padding-left: 0;
1003 padding-right: 0;1003 padding-right: 0;
1004}1004}
1005/* Separate a populated list from the create form directly beneath it. */
1006.admin-list:not(:empty) + form {
1007 margin-top: 1rem;
1008}
1005.admin-form-row {1009.admin-form-row {
1006 display: flex;1010 display: flex;
1007 align-items: center;1011 align-items: center;