mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
stats add graphs, links
This commit is contained in:
parent
8c6dbae3e6
commit
591eea23ed
7 changed files with 260 additions and 112 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue