Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
Showing only changes of commit e9ba26174d - Show all commits

View File

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