feat: update layout for usage filter actions and chart line group to improve responsiveness and visual hierarchy

This commit is contained in:
Supra4E8C
2025-12-06 16:36:23 +08:00
parent 2bcaf15fe8
commit fc10db3b0a

View File

@@ -3420,6 +3420,13 @@ input:checked+.slider:before {
.usage-filter-actions {
min-width: 260px;
flex: 1 0 100%;
order: 0;
}
.chart-line-group {
flex: 1 1 260px;
order: 1;
}
.usage-filter-group label {