dkforest

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

commit 4f74777d425aa1daefc8082a7c5fa762c713aec1
parent 877fa89ea5429287a25fe11385bcf8fa394b6e75
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat,  9 Nov 2024 16:56:53 -0800

better css

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

diff --git a/pkg/web/handlers/interceptors/chess.go b/pkg/web/handlers/interceptors/chess.go @@ -467,12 +467,12 @@ func (g *ChessGame) drawPlayerCard(moveIdx int, key string, isBlack, isSpectator .outcome { color: white; border-radius: 10px; - width: 18px; - height: 15px; - padding-top: 5px; - padding-left: 2px; + width: 20px; + height: 17px; + padding-top: 3px; font-family: Helvetica; margin: 1px 0 0 1px; + text-align: center; } .winner { background-color: green; } .loser { background-color: red; }