Merge claude/1

This commit is contained in:
librelad 2026-07-16 17:35:28 +01:00
commit ea5d2b4357

View File

@ -180,7 +180,10 @@
.ov-toolbar-actions { display: flex; gap: 8px; }
/* ---- Updates: expandable rows ------------------------------------------- */
.ov-row { padding: 0; }
/* Block (not the inherited .updater-row 3-col grid) so the head sits on top and
the expanded detail body spans the full row width instead of being squeezed
into a narrow right-hand grid column. */
.ov-row { padding: 0; display: block; }
.ov-row-head {
display: flex;
align-items: center;