mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 10:51:20 +00:00
Spacing fix for activity charts
This commit is contained in:
parent
a6d40dc816
commit
2074b15935
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user