fix overflowing review timeline on mobile (#10231)

This commit is contained in:
Josh Hawkins
2024-03-04 07:35:10 -06:00
committed by GitHub
parent 85ce672b53
commit 0f168dfc1a
2 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ export function EventReviewTimeline({
>
<div
className={`bg-destructive rounded-full mx-auto ${
segmentDuration < 60 ? "w-14 md:w-20" : "w-12 md:w-16"
segmentDuration < 60 ? "w-16 md:w-20" : "w-12 md:w-16"
} h-5 flex items-center justify-center`}
>
<div