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