filtros mejorados en leaderboard

This commit is contained in:
2025-08-28 03:49:37 -06:00
parent ba0f6265a7
commit 7de7263c41
5 changed files with 161 additions and 141 deletions

View File

@@ -566,6 +566,15 @@ function friendlyEventName(eventType: string): string {
text-align: center;
}
/* Place the group total just next to the title */
.ratio-card .card-header {
justify-content: flex-start;
gap: 8px;
}
.ratio-card .group-total {
margin-left: 6px;
}
.ratio-bar {
position: relative;
height: 60px;