Spacing fix for activity charts

This commit is contained in:
austinkelsay 2025-02-10 15:54:27 -06:00
parent a6d40dc816
commit 2074b15935
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ const ActivityContributionChart = ({ session }) => {
};
return (
<div className="w-full mx-2 bg-gray-800 rounded-lg border border-gray-700 shadow-md h-[330px] max-lap:mx-0 max-lap:mt-2">
<div className="w-full mx-2 bg-gray-800 rounded-lg border border-gray-700 shadow-md h-[330px] max-lap:mx-0">
<div className="flex flex-row justify-between items-center p-4">
<h1 className="text-2xl font-bold text-gray-200">Activity</h1>
<MoreInfo

View File

@ -224,7 +224,7 @@ const CombinedContributionChart = ({ session }) => {
};
return (
<div className="w-full mx-2 bg-gray-800 rounded-lg border border-gray-700 shadow-md h-[330px] max-lap:mx-0 max-lap:mt-2">
<div className="w-full mx-2 bg-gray-800 rounded-lg border border-gray-700 shadow-md h-[330px] max-lap:mx-0">
<div className="flex flex-row justify-between items-center p-4">
<h1 className="text-2xl font-bold text-gray-200">Activity</h1>
<MoreInfo