commit 675b4c34aff0ee503f69311147cab3cc08a20cb9 parent 725356b4a85c025e89140186bcc374094953d6c4 Author: n0tr1v <n0tr1v@protonmail.com> Date: Fri, 16 Jun 2023 20:16:30 -0700 fix css Diffstat:
| M | pkg/web/handlers/chess.go | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pkg/web/handlers/chess.go b/pkg/web/handlers/chess.go @@ -269,7 +269,6 @@ func ChessGameStatsHandler(c echo.Context) error { } .graph form { height: 100%; - width: {{ .ColumnWidth }}px; position: relative; border: none; } @@ -284,12 +283,12 @@ func ChessGameStatsHandler(c echo.Context) error { } .graph .column-wrapper { height: 50%; - width: {{ .ColumnWidth }}px; + width: 100%; position: relative; } .graph .column { position: absolute; - width: {{ .ColumnWidth }}px; + width: 100%; box-sizing: border-box; border-right: 1px solid #555; }