dkforest

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

commit 231806103af9aee359f6ffb08bd05ca04dff14e6
parent daacd221f0191b662b179c855ce41e65c5d0769a
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 14 Dec 2023 23:07:36 -0500

improve ui

Diffstat:
Mpkg/web/handlers/poker/poker.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -1915,7 +1915,7 @@ body { #countdown4 { top: 404px; left: 375px; position: absolute; display: none; z-index: 100; } #countdown5 { top: 404px; left: 185px; position: absolute; display: none; z-index: 100; } #countdown6 { top: 404px; left: 59px; position: absolute; display: none; z-index: 100; } -#mainPot { position: absolute; top: 240px; left: 250px; } +#mainPot { position: absolute; top: 220px; left: 250px; font-size: 20px; font-family: Arial,Helvetica,sans-serif; } #winner { position: absolute; top: 265px; left: 250px; } #errorMsg { position: absolute; top: 550px; left: 250px; color: darkred; } #eventLogs { position: absolute; bottom: 5px; right: 5px; width: 300px; height: 200px; border: 1px solid black; background-color: #ccc; padding: 3px; }