From 368bafb299e6126d497509802337c0d69c1f19db Mon Sep 17 00:00:00 2001 From: zk Date: Mon, 15 Jun 2026 01:28:10 +0100 Subject: [PATCH] fix: make playcount smaller and on the bottom (#1669) --- .../client/src/components/user/UGPTStatShowcase.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/typescript/client/src/components/user/UGPTStatShowcase.tsx b/typescript/client/src/components/user/UGPTStatShowcase.tsx index e10660849..381976ee2 100644 --- a/typescript/client/src/components/user/UGPTStatShowcase.tsx +++ b/typescript/client/src/components/user/UGPTStatShowcase.tsx @@ -401,10 +401,6 @@ export function StatDisplay({ > {FormatChart(chart)} -
- Playcount - {playcount} -
{pb ? (
@@ -421,6 +417,10 @@ export function StatDisplay({ ) : (

Not played

)} +
+ Playcount + {playcount} +
{compareChart && (