holding cards, kinda

This commit is contained in:
2025-08-27 23:00:01 -04:00
parent 686529507e
commit d69336027a
6 changed files with 43 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ export default (props: { tableKey: string }) => {
view,
}}
>
<div class="flex justify-around p-t-10">
<div class="flex justify-around p-t-14">
<For each={players().filter((p) => p != me())}>
{(player, i) => {
const verticalOffset = () => {