From 88ea52f6445dba40bef4a9fe840de868b201b57f Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 18 Jan 2026 17:08:17 +0100 Subject: [PATCH] style(dashboard): increase list item height and adjust spacing for better interactivity --- components/dashboard/ContentStats.tsx | 8 ++++---- components/dashboard/Locations.tsx | 8 ++++---- components/dashboard/TechSpecs.tsx | 8 ++++---- components/dashboard/TopReferrers.tsx | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/components/dashboard/ContentStats.tsx b/components/dashboard/ContentStats.tsx index e5bac54..62b432c 100644 --- a/components/dashboard/ContentStats.tsx +++ b/components/dashboard/ContentStats.tsx @@ -82,11 +82,11 @@ export default function ContentStats({ topPages, entryPages, exitPages, domain } -
+
{hasData ? ( <> {displayedData.map((page, index) => ( -
+
))} {Array.from({ length: emptySlots }).map((_, i) => ( -