This commit is contained in:
zadit
2025-01-04 06:57:36 +07:00
parent 3a899e197a
commit 59a9d299c5
11 changed files with 187 additions and 91 deletions

View File

@@ -9,7 +9,7 @@
right: 20px;
}
.chartItemWrapperActive {
top: 200px; /* Move chartItemWrapper down when selected */
top: 275px; /* Move chartItemWrapper down when selected */
}
.chartItemWrapperInactive {
@@ -27,14 +27,12 @@
flex-grow: 1;
text-align: center;
padding: 10px;
border: 1px solid black;
border-radius: 10px 10px 0 0;
transition: all 0.3s ease-in-out;
}
.dateSelectorActive {
color: black;
border-color: black;
z-index: 2;
}
@@ -44,6 +42,6 @@
}
.chartWrapper {
border: 1px solid black;
border: 1px solid rgb(179, 177, 177);
}