dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 6778a1566b664102041eb48f6626c5d4e12b2533
parent 10265e2d9349d3305ff81a1ba952bf851ea9bb6b
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 26 Dec 2023 16:47:22 -0500

UI

Diffstat:
Mpkg/web/handlers/poker/poker.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -1144,7 +1144,7 @@ type Seat struct { // Positions of the dealer token for each seats var dealerTokenPos = [][]int{ - {140, 714}, + {142, 714}, {261, 732}, {384, 607}, {369, 379}, @@ -2343,7 +2343,7 @@ body { #chat-top-bar { height: 57px; width: 100%; background-color: #222; } #chat-content { height: 193px; width: 100%; background-color: #222; } #eventLogs { position: absolute; bottom: 0px; right: 0px; width: 243px; height: 250px; background-color: #444; } -#dealerToken { top: 140px; left: 714px; width: 20px; height: 20px; background-color: #ccc; border: 1px solid #333; border-radius: 11px; position: absolute; } +#dealerToken { top: 142px; left: 714px; width: 20px; height: 20px; background-color: #ccc; border: 1px solid #333; border-radius: 11px; position: absolute; } #dealerToken .inner { padding: 2px 4px; } #dealerToken .inner:before { content: "D"; } #soundsStatus {