From ac5cdc44b28e4d29ba7c8845453af31d8be217ef Mon Sep 17 00:00:00 2001 From: ArshVermaGit Date: Sat, 30 May 2026 01:58:18 +0530 Subject: [PATCH] fix(ui): improve responsive layout for data-heavy components --- src/components/ContributionHeatmap.tsx | 8 ++++---- src/components/FriendComparison.tsx | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/ContributionHeatmap.tsx b/src/components/ContributionHeatmap.tsx index f177a9ec7..d92231c74 100644 --- a/src/components/ContributionHeatmap.tsx +++ b/src/components/ContributionHeatmap.tsx @@ -329,8 +329,8 @@ export default function ContributionHeatmap({ }; return ( -
-
+
+

Contribution Heatmap

@@ -338,9 +338,9 @@ export default function ContributionHeatmap({

-
+
{/* Range buttons */} -
+
{PRESET_RANGES.map((r) => (