mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Spacing fix for activity charts
This commit is contained in:
parent
a6d40dc816
commit
2074b15935
@ -165,7 +165,7 @@ const ActivityContributionChart = ({ session }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
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">
|
<div className="flex flex-row justify-between items-center p-4">
|
||||||
<h1 className="text-2xl font-bold text-gray-200">Activity</h1>
|
<h1 className="text-2xl font-bold text-gray-200">Activity</h1>
|
||||||
<MoreInfo
|
<MoreInfo
|
||||||
|
@ -224,7 +224,7 @@ const CombinedContributionChart = ({ session }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
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">
|
<div className="flex flex-row justify-between items-center p-4">
|
||||||
<h1 className="text-2xl font-bold text-gray-200">Activity</h1>
|
<h1 className="text-2xl font-bold text-gray-200">Activity</h1>
|
||||||
<MoreInfo
|
<MoreInfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user