Narrow home server status list

This commit is contained in:
Your Name
2026-06-13 21:11:19 -04:00
parent 2a0b162a02
commit 79915431fa
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css?v=home-right-stack-stretch-1">
<link rel="stylesheet" href="style.css?v=home-server-status-narrow-1">
<script src="app.js?v=account-status-label-20260609" defer></script>
<script src="server-status.js?v=prometheus-status-2" defer></script>
</head>
+6
View File
@@ -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%;
}