Complete main UI #37
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user