dkforest

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

commit cd518c2a4ccb11f116a4e4fa7916767e61069192
parent d13aafa4b5423fbcb363b65083e4d2381f99de7a
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 27 Dec 2023 23:19:28 -0500

ui

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

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -2246,7 +2246,8 @@ body { } .mini-card { width: 29px; - height: 40px; + height: 38px; + padding-top: 2px; display: inline-grid; justify-content: center; justify-items: center;