Merge claude/1

This commit is contained in:
librelad 2026-06-25 13:24:00 +01:00
commit d605eb788c

View File

@ -659,6 +659,11 @@ table.sys-apps tr:hover td { background: rgba(var(--text-rgb), 0.03); }
pointer-events: none; pointer-events: none;
} }
.sys-detail-empty { color: rgba(var(--text-rgb), 0.55); } .sys-detail-empty { color: rgba(var(--text-rgb), 0.55); }
/* The `display: flex` above is an author rule, so it beats the UA
`[hidden] { display: none }` without this the JS `el.hidden = true` can't
hide these overlays and they stack on top of a populated graph. */
.sys-detail-loading[hidden],
.sys-detail-empty[hidden] { display: none; }
.sys-detail-grid { .sys-detail-grid {
stroke: rgba(var(--text-rgb), 0.07); stroke: rgba(var(--text-rgb), 0.07);