holding cards, kinda
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user