feat(dashboard): update charts and styling on HW_Dashboard

This commit is contained in:
2026-06-10 09:12:29 +09:00
parent 34d99dc4b6
commit 9a2c35e652
2 changed files with 656 additions and 45 deletions

View File

@@ -185,11 +185,16 @@
.dashboard-slider-track {
display: flex;
transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
width: 200%; /* For 2 pages */
width: 400%; /* For 4 pages */
}
.dashboard-slide {
width: 50%; /* 100% / 2 pages */
width: 25%; /* 100% / 4 pages */
flex-shrink: 0;
padding: 0 2px; /* Slight padding to avoid cutting off box-shadows */
height: calc(100vh - 150px);
min-height: 520px;
display: flex;
flex-direction: column;
box-sizing: border-box;
}