From b0a42ac583913473114e92b03f96e272a9db4afc Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 7 Aug 2025 12:41:54 +0800 Subject: [PATCH] Who shrank the stats? --- src/components/account-info.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/account-info.css b/src/components/account-info.css index 26278b88..b584d5cb 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -394,6 +394,9 @@ .timeline-start .account-container .stats { flex-wrap: wrap; } +.account-container .stats > * { + flex-shrink: 0; +} .account-container .stats a:not(.insignificant) { color: inherit; }