better fanned hands

This commit is contained in:
2025-09-02 23:21:48 -04:00
parent 67fdf66cd4
commit d203fe4141
2 changed files with 9 additions and 11 deletions

View File

@@ -66,9 +66,7 @@ export default () => {
const midOffset =
i() + 0.5 - Object.values(view().playerHandCounts).length / 2;
ref.style = `position: absolute; display: flex; justify-content: center; top: 65%; transform: translate(${Math.abs(
midOffset * 0
)}px, 0px) rotate(${midOffset * 1}rad)`;
ref.style = `position: absolute; display: flex; justify-content: center; top: 65%;`;
}}
>
<FannedHand handCount={handCount} />