stats add graphs, links

This commit is contained in:
Tykayn 2025-05-02 12:36:54 +02:00 committed by tykayn
parent 8c6dbae3e6
commit 591eea23ed
7 changed files with 260 additions and 112 deletions

View file

@ -1131,15 +1131,40 @@ overrides leaflet
background: #fff;
}
.counter {
#statsPage .counter {
font-size: 2rem;
font-weight: bold;
}
.text-right {
#statsPage .text-right {
text-align: right;
}
#statsPage .pair {
display: flex;
justify-content: space-between;
align-items: center;
}
#statsPage .menu a {
display: block;
}
#statsPage .description {
color: #555;
}
#statsPage main {
max-width: 30rem;
margin: 0 auto;
}
#statsPage main img {
max-width: 100%;
display: block;
margin: 0 auto;
}
.recharge-time {
margin: 0.5rem 0;
font-size: 0.85rem;