From b5ece6f892a3e866381f1ece06fe089adfb22822 Mon Sep 17 00:00:00 2001 From: adrien Date: Sat, 10 Jan 2026 02:01:10 +0100 Subject: [PATCH] stats --- css/common.css | 25 +++++++++++++++++++++++++ index.html | 10 +++++----- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/css/common.css b/css/common.css index 5c0da87..993d958 100644 --- a/css/common.css +++ b/css/common.css @@ -248,3 +248,28 @@ tr.cleared-line-animation { animation-timing-function: (0.4, 0, 0.6, 1); animation-duration: 2s; } + +#statsModal table { + border-collapse: collapse; +} + +#statsModal th { + padding-left: 0; + padding-right: 0.5rem; + padding-bottom: 0.2rem; + border-left: 0.5rem solid transparent; + border-right: 0; +} + +#statsModal td { + padding-left: 0.5rem; + padding-right: 0; + padding-bottom: 0.2rem; + border-left: 0; + border-right: 0.5rem solid transparent; +} + +#statsModal tr:last-child th, +#statsModal tr:last-child td { + border-bottom: none; +} diff --git a/index.html b/index.html index 66232f0..2f871c3 100644 --- a/index.html +++ b/index.html @@ -196,11 +196,11 @@