Update static/css/style.css

This commit is contained in:
Blackwhitebear8 2025-06-21 14:28:09 +02:00
parent 187c22f68f
commit 05b83a2a91

View file

@ -167,4 +167,45 @@ th.desc .sort-arrow::after {
} }
strong.best-line { strong.best-line {
font-weight: bold; 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;
} }