scale changed
This commit is contained in:
parent
3fc46988f4
commit
8ac2b2b109
|
|
@ -85,7 +85,7 @@ export const HomeTimer: FC<Props> = () => {
|
||||||
seconds: string;
|
seconds: string;
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col fixed left-0 top-1/3 gap-2 bg-[#E7E5E5] py-4 pr-4 rounded drop-shadow-md z-[100]">
|
<div className="flex flex-col scale-[0.7] fixed -left-4 top-1/3 gap-2 bg-[#E7E5E5] py-4 pr-4 rounded drop-shadow-md z-[100]">
|
||||||
<TimerItem
|
<TimerItem
|
||||||
value={timeLeft.days}
|
value={timeLeft.days}
|
||||||
prevValue={prevValues.days || timeLeft.days}
|
prevValue={prevValues.days || timeLeft.days}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue