feat: add scoreboard and player external links

This commit is contained in:
devRaGonSa
2026-05-21 10:22:18 +02:00
parent 8cff65dda6
commit 1b3b948ded
11 changed files with 338 additions and 5 deletions

View File

@@ -197,6 +197,37 @@
grid-column: 1 / -1;
}
.historical-player-stats-panel__profiles {
padding: 13px;
}
.historical-player-profile-links {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.historical-player-profile-links a {
display: inline-flex;
min-height: 32px;
align-items: center;
padding: 0 11px;
border: 1px solid rgba(210, 182, 118, 0.34);
border-radius: 999px;
color: var(--accent-warm);
font-size: 0.72rem;
font-weight: 900;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
}
.historical-player-profile-links a:hover,
.historical-player-profile-links a:focus-visible {
border-color: rgba(210, 182, 118, 0.62);
color: var(--text);
}
.historical-player-stats-panel__section h5 {
font-size: 0.78rem;
letter-spacing: 0.08em;