commit e3342c8e7bc0b9e74ead87970cf2641169428cce
parent 8da652b0bb8a22c769c0452e1364f8f939ebcf9e
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Wed, 6 Dec 2023 15:19:56 -0500
ui
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -1203,7 +1203,7 @@ body {
.takeSeat4 { position: absolute; top: 333px; left: 485px; }
.takeSeat5 { position: absolute; top: 333px; left: 300px; }
.takeSeat6 { position: absolute; top: 333px; left: 95px; }
-#actionsDiv { position: absolute; top: 450px; left: 0; }
+#actionsDiv { position: absolute; top: 450px; left: 0; display: flex; }
#dealBtn { width: 80px; height: 30px; }
#unSitBtn { width: 80px; height: 30px; }
#checkBtn { width: 60px; height: 30px; }