From 79915431fa42eb6bd864a7cc20a255d9528e27f8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 13 Jun 2026 21:11:19 -0400 Subject: [PATCH] Narrow home server status list --- site/index.html | 2 +- site/style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 39addfd..6a47e11 100644 --- a/site/index.html +++ b/site/index.html @@ -8,7 +8,7 @@ - + diff --git a/site/style.css b/site/style.css index c280b53..99444e1 100644 --- a/site/style.css +++ b/site/style.css @@ -1885,3 +1885,9 @@ button.inline-link, flex: 1 1 auto; } + +/* Home server status: reduce inner table width */ +.server-card .status-list { + max-width: 92%; +} +