Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFascinated committed Feb 21, 2025
1 parent 6a5a573 commit ba34a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const PlayerScoreChart = ({ player }: PlayerScoreChartProps) => {
<div className="flex justify-center flex-col gap-6">
{data && (
<>
<div>
<div className="h-[500px]">
<Line className="max-w-[100%]" data={datasets as any} options={options as any} />
</div>
<DualRangeSlider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function PlayerScoreChartButton({ player }: PlayerStarCurveProps)
<StarIcon className="h-5 w-5" />
</Tooltip>
</DialogTrigger>
<DialogContent className="max-w-5xl h-[630px] bg-secondary">
<DialogContent className="max-w-5xl min-h-[640px] bg-secondary">
<DialogHeader>
<DialogTitle>Score Chart</DialogTitle>
<DialogDescription>
Expand Down

0 comments on commit ba34a26

Please sign in to comment.