Compare commits

...

2 Commits

Author SHA1 Message Date
librelad
494dc499b3 Merge claude/2 2026-05-28 14:42:22 +01:00
librelad
e9ee4c7983 ux(services): gap between the stat chips and action buttons in the row
The shared .task-header has no gap, so a full-width chip row (status /
cpu / mem / ports / ip) left the last live chip butting against the
Restart button. Add a 12px gap on .service-item rows only (matching
.task-info's internal gap) so the resource chip and Restart no longer
touch, without affecting the Tasks page that reuses .task-header.

Signed-off-by: librelad <librelad@digitalangels.vip>
2026-05-28 14:42:22 +01:00

View File

@ -227,6 +227,12 @@
border-color: rgba(var(--status-danger-rgb), 0.5);
}
/* The shared .task-header has no gap, so when the chip row (status / cpu /
mem / ports / ip) fills .task-info the last chip butts against the
Restart button. Add a gap on service rows only matches .task-info's
internal 12px so spacing reads consistently. */
.service-item .task-header { gap: 12px; }
/* ============================================================
Rich container detail panel limits, image, healthcheck,
networks, mounts. Rendered inside .task-details above the