up badges on stats

This commit is contained in:
Tykayn 2025-06-06 16:16:34 +02:00 committed by tykayn
parent abdd59e8c8
commit 86a870d1e7
3 changed files with 96 additions and 26 deletions

View file

@ -61,6 +61,10 @@ table.js-sort-table th:active {
max-height: 11rem !important;
}
.maplibregl-popup-content strong {
min-width: 10rem;
}
.maplibregl-popup-content table {
width: 100%;
max-height: 300px;
@ -71,4 +75,12 @@ table.js-sort-table th:active {
.maplibregl-popup-content h2,
.maplibregl-popup-contenth3 {
font-size: 1rem;
}
.card {
overflow: auto;
}
#attribution {
font-size: 0.6rem;
}