Skip to content

Commit

Permalink
WIP: fixing 7 day rolling average bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Sep 5, 2023
1 parent 79ddeea commit f42c259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/OverviewMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ export default function OverviewMetrics({
))}
</div>
<div
className={`absolute transition-[transform] text-xs duration-300 ease-in-out -z-10 top-[50px] right-[20px] md:right-[45px] lg:top-0 lg:right-[65px] pr-[15px] w-[calc(50%-34px)] md:w-[calc(50%-56px)] lg:pr-[23px] lg:w-[168px] xl:w-[158px] xl:pr-[23px] ${
className={`absolute transition-[transform] text-xs duration-300 ease-in-out -z-10 top-[30px] right-[20px] md:right-[45px] lg:top-0 lg:right-[65px] pr-[15px] w-[calc(50%-34px)] md:w-[calc(50%-56px)] lg:pr-[23px] lg:w-[168px] xl:w-[158px] xl:pr-[23px] ${
!isMobile
? ["max", "180d"].includes(selectedTimespan)
? "translate-y-[calc(-100%+3px)]"
Expand Down

0 comments on commit f42c259

Please sign in to comment.