commit 0aa7f065896ae04fa85bbc11619047e1c8473784 parent e13e10738a37f7840aa690c66f594c265876739f Author: n0tr1v <n0tr1v@protonmail.com> Date: Sat, 9 Dec 2023 03:27:15 -0500 UI Diffstat:
| M | pkg/web/handlers/poker/poker.go | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -1613,12 +1613,12 @@ body { #seat4_cash { } #seat5_cash { } #seat6_cash { } -#seat1Pot { position: absolute; top: 88px; left: 562px; text-align: right; } -#seat2Pot { position: absolute; top: 190px; left: 570px; text-align: right; } -#seat3Pot { position: absolute; top: 280px; left: 540px; text-align: right; } -#seat4Pot { position: absolute; top: 290px; left: 430px; } -#seat5Pot { position: absolute; top: 290px; left: 240px; } -#seat6Pot { position: absolute; top: 245px; left: 86px; } +#seat1Pot { top: 88px; left: 528px; width: 50px; position: absolute; text-align: right; } +#seat2Pot { top: 190px; left: 530px; width: 50px; position: absolute; text-align: right; } +#seat3Pot { top: 280px; left: 525px; width: 50px; position: absolute; text-align: right; } +#seat4Pot { top: 290px; left: 430px; position: absolute; } +#seat5Pot { top: 290px; left: 240px; position: absolute; } +#seat6Pot { top: 245px; left: 86px; position: absolute; } .takeSeat1 { } .takeSeat2 { } .takeSeat3 { }