commit 03b76979ba9792566d8bae95a8661e73f47406bd
parent 75824c59ac42801ad25da5adc0bf3acc8378f962
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Thu, 7 Dec 2023 03:30:17 -0500
UI
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -1287,9 +1287,9 @@ body {
#seat4Pot { position: absolute; top: 280px; left: 380px; }
#seat5Pot { position: absolute; top: 280px; left: 210px; }
#seat6Pot { position: absolute; top: 280px; left: 40px; }
-.takeSeat1 { position: absolute; top: 80px; left: 700px; }
-.takeSeat2 { position: absolute; top: 240px; left: 770px; }
-.takeSeat3 { position: absolute; top: 333px; left: 700px; }
+.takeSeat1 { position: absolute; top: 80px; left: 650px; }
+.takeSeat2 { position: absolute; top: 240px; left: 720px; }
+.takeSeat3 { position: absolute; top: 333px; left: 650px; }
.takeSeat4 { position: absolute; top: 383px; left: 380px; }
.takeSeat5 { position: absolute; top: 383px; left: 210px; }
.takeSeat6 { position: absolute; top: 333px; left: 80px; }
@@ -1313,7 +1313,7 @@ body {
#errorMsg { position: absolute; top: 580px; left: 150px; color: darkred; }
#eventLogs { position: absolute; bottom: 5px; right: 5px; width: 200px; height: 200px; border: 1px solid black; background-color: #ccc; }
#table {
- position: absolute; top: 20px; left: 20px; width: 800px; height: 400px; border-radius: 300px;
+ position: absolute; top: 20px; left: 20px; width: 750px; height: 400px; border-radius: 300px;
background: radial-gradient(#449144, #008a00);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}