From 93c3a1e84ae86ff082832801964ab449116ba222 Mon Sep 17 00:00:00 2001 From: M1 Date: Tue, 17 Mar 2026 07:20:56 +0400 Subject: [PATCH] fix: pin sparkline container to 120x32 to prevent layout shift on update --- apps/web/src/views/home.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/views/home.ejs b/apps/web/src/views/home.ejs index f56df13..a39b435 100644 --- a/apps/web/src/views/home.ejs +++ b/apps/web/src/views/home.ejs @@ -37,7 +37,7 @@
- +
<%= avgLatency != null ? avgLatency + 'ms' : '—' %>
<%~ m.last_ping ? it.timeAgoSSR(m.last_ping.checked_at) : 'no pings' %>