dkforest

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

commit 387631267170fb65ef359e0ef121f26b61ca9e97
parent c320f992377c35e23a02ed4861cdfc9c71d307d2
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri,  8 Dec 2023 16:17:50 -0500

larger logs

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 @@ -1487,7 +1487,7 @@ body { #yourCard1 { font-size: 22px; display: inline-block; margin-right: 15px; } #yourCard2 { font-size: 22px; display: inline-block; } #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; } +#eventLogs { position: absolute; bottom: 5px; right: 5px; width: 300px; height: 200px; border: 1px solid black; background-color: #ccc; padding: 3px; } #table { position: absolute; top: 20px; left: 20px; width: 750px; height: 400px; border-radius: 300px; background: radial-gradient(#449144, #008a00);