dkforest

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

commit 2f985b4c398d67b0c02d6a760583cc3a9e5aee8f
parent 8a85857f8d4c0c794853ec0737664a5b197b838c
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue,  5 Dec 2023 18:18:58 -0500

fix

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

diff --git a/pkg/web/handlers/poker.go b/pkg/web/handlers/poker.go @@ -760,7 +760,7 @@ func buildSeatsHtml(g *PokerGame) string { return seats } -const pokerCss = `<style> +var pokerCss = `<style> html, body { height: 100%; width: 100%; } body { background:linear-gradient(135deg, #449144 33%,#008a00 95%);