Add ranking metric expansion

This commit is contained in:
devRaGonSa
2026-06-09 07:32:29 +02:00
parent f74ac17f48
commit 12a215d11a
13 changed files with 869 additions and 94 deletions

View File

@@ -1246,6 +1246,21 @@ h2 {
margin-top: 0;
}
.ranking-form__note {
margin: 0;
padding: 0.8rem 1rem;
border: 1px solid rgba(159, 168, 141, 0.18);
border-radius: 14px;
background: rgba(15, 18, 13, 0.62);
color: var(--text-soft);
line-height: 1.65;
}
.ranking-form__note--warning {
border-color: rgba(210, 182, 118, 0.3);
color: #e2d7a9;
}
.ranking-select {
width: 100%;
min-height: 52px;
@@ -1293,6 +1308,12 @@ h2 {
text-transform: uppercase;
}
.ranking-meta-card--active {
border-color: rgba(183, 201, 125, 0.28);
background:
linear-gradient(180deg, rgba(36, 44, 31, 0.92), rgba(14, 18, 12, 0.98));
}
.ranking-table-shell {
overflow-x: auto;
}
@@ -1326,6 +1347,11 @@ h2 {
background: rgba(183, 201, 125, 0.05);
}
.ranking-table__metric {
color: var(--accent-warm);
font-weight: 700;
}
.ranking-player {
display: grid;
gap: 4px;