From 05b83a2a91b8797d47b983e508fcd702770ca013 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sat, 21 Jun 2025 14:28:09 +0200 Subject: [PATCH] Update static/css/style.css --- static/css/style.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 62e6c0f..6a3f7f5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -167,4 +167,45 @@ th.desc .sort-arrow::after { } strong.best-line { font-weight: bold; +} + +#achart-container { + display: flex; + gap: 2rem; + flex-wrap: wrap; + justify-content: center; + max-width: 100%; +} +.achart-wrapper { + width: 220px; + position: relative; + overflow: visible; + text-align: center; +} +canvas { + max-width: 100%; + height: auto !important; +} +.alegend ul { + display: flex; + flex-wrap: wrap; + padding: 0; + margin-top: 1rem; + gap: 0.5rem 1rem; + list-style: none; + justify-content: center; +} + +.alegend li { + display: flex; + align-items: center; + white-space: nowrap; +} +.alegend-color { + display: inline-block; + width: 12px; + height: 12px; + margin-right: 6px; + vertical-align: middle; + border-radius: 2px; } \ No newline at end of file