From 82a76ad12466cec3f4d901f0a30477462345679a Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Fri, 8 Nov 2024 12:19:22 +0100 Subject: [PATCH] give stat-panel a min width --- src/lib/components/StatsBar.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/StatsBar.svelte b/src/lib/components/StatsBar.svelte index ed765d8..326a5f8 100644 --- a/src/lib/components/StatsBar.svelte +++ b/src/lib/components/StatsBar.svelte @@ -452,5 +452,6 @@ .stat-panel:nth-child(4), .stat-panel:nth-child(5) { flex: 0.8; /* Storage, System, and Network: less space */ + min-width: 125px; }