fabrica

hanna/fabrica

style(web): more hierarchy and spacing in the repo labels settings

7d9e63e · hanna committed on 2026-07-25

Give label rows more vertical padding and gap, and separate the add-label form
from the list with a top border plus margin, matching the SSH/GPG keys section.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
1 files changed · +10 −1UnifiedSplit
assets/base.css +10 −1
@@ -340,21 +340,30 @@ body.drawer-open .drawer-backdrop {
340340 background: var(--label-color, #888);
341341 border: 1px solid rgba(0, 0, 0, 0.25);
342342 }
343+.label-list {
344+ margin-bottom: 1.5rem;
345+}
346+.label-list .entry-row {
347+ padding: 0.85rem 0;
348+}
343349 .label-list .entry-row-body {
344350 display: flex;
345351 flex-direction: row;
346352 align-items: center;
347- gap: 0.6rem;
353+ gap: 0.75rem;
348354 flex-wrap: wrap;
349355 }
350356 .label-list .entry-row-meta {
351357 margin: 0;
358+ font-size: 0.95em;
352359 }
353360 .label-add {
354361 display: flex;
355362 gap: 0.5rem;
356363 flex-wrap: wrap;
357364 align-items: stretch;
365+ padding-top: 1.25rem;
366+ border-top: 1px solid var(--fb-border);
358367 }
359368 .label-add input[type="text"] {
360369 flex: 1;