improve leaderboard chart

This commit is contained in:
SowinskiBraeden committed 2026-04-28 13:15:59 -07:00
1 parent 32d212ad46
commit 1265e3047f
4 files changed
+272 -23

No files matched your search

+6 -2
View File
@@ -318,6 +318,10 @@ h2 {
grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.95fr);
}
.leaderboard-layout {
grid-template-columns: minmax(0, 2.3fr) minmax(280px, 0.7fr);
}
.three-col {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@@ -415,7 +419,7 @@ h2 {
}
.chart-panel-large {
min-height: 540px;
min-height: 600px;
}
.chart-frame,
@@ -425,7 +429,7 @@ h2 {
}
.chart-panel-large .chart-frame {
min-height: 450px;
min-height: 510px;
}
.chart-frame-interactive {