commit 612a63565337e70f9b2f11708e082c9409aa347e parent 4f74777d425aa1daefc8082a7c5fa762c713aec1 Author: n0tr1v <n0tr1v@protonmail.com> Date: Sat, 9 Nov 2024 17:11:29 -0800 fix animation Diffstat:
| M | pkg/web/handlers/interceptors/chess.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/interceptors/chess.go b/pkg/web/handlers/interceptors/chess.go @@ -484,7 +484,7 @@ func (g *ChessGame) drawPlayerCard(moveIdx int, key string, isBlack, isSpectator @keyframes winner_anim { 0% { border-radius: 0px; width: 100%; height: 100%; padding: 0; opacity: 0.5; margin: 0; } 75% { border-radius: 0px; width: 100%; height: 100%; padding: 0; opacity: 0.5; margin: 0; } - 100% { border-radius: 10px; width: 18px; height: 15px; padding: 5px 0 0 2px; opacity: 1; margin: 1px 0 0 1px; } + 100% { border-radius: 10px; width: 20px; height: 17px; padding: 3px 0 0 0; opacity: 1; margin: 1px 0 0 1px; } } </style> <table style="width: 100%; height: 100%;">