Optimize statistics page stylesheet

This commit is contained in:
2023-12-09 23:17:27 +08:00
parent 88812f63c1
commit e9ba26174d

View File

@@ -54,15 +54,21 @@
.value-chart {
justify-content: space-around;
width: 0;
> div {
max-height: 12px;
height: 12px;
> * {
transform: translateY(1px);
}
}
}
.value-percent {
text-align: right;
}
> * {
gap: 5px;
}