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 {
340 background: var(--label-color, #888);340 background: var(--label-color, #888);
341 border: 1px solid rgba(0, 0, 0, 0.25);341 border: 1px solid rgba(0, 0, 0, 0.25);
342}342}
343.label-list {
344 margin-bottom: 1.5rem;
345}
346.label-list .entry-row {
347 padding: 0.85rem 0;
348}
343.label-list .entry-row-body {349.label-list .entry-row-body {
344 display: flex;350 display: flex;
345 flex-direction: row;351 flex-direction: row;
346 align-items: center;352 align-items: center;
347 gap: 0.6rem;353 gap: 0.75rem;
348 flex-wrap: wrap;354 flex-wrap: wrap;
349}355}
350.label-list .entry-row-meta {356.label-list .entry-row-meta {
351 margin: 0;357 margin: 0;
358 font-size: 0.95em;
352}359}
353.label-add {360.label-add {
354 display: flex;361 display: flex;
355 gap: 0.5rem;362 gap: 0.5rem;
356 flex-wrap: wrap;363 flex-wrap: wrap;
357 align-items: stretch;364 align-items: stretch;
365 padding-top: 1.25rem;
366 border-top: 1px solid var(--fb-border);
358}367}
359.label-add input[type="text"] {368.label-add input[type="text"] {
360 flex: 1;369 flex: 1;