Polish player profile layout name fallback and user copy

This commit is contained in:
devRaGonSa
2026-06-11 14:57:51 +02:00
parent 2b5f9c56e3
commit 84818f1b02
4 changed files with 181 additions and 48 deletions

View File

@@ -1455,6 +1455,28 @@ h2 {
margin-top: 10px;
}
.stats-profile-links-bar {
margin: 0 0 18px;
}
.stats-profile-links-strip {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px 14px;
}
.stats-profile-links-strip__label {
color: var(--muted);
font-size: 0.82rem;
font-weight: 800;
text-transform: uppercase;
}
.stats-profile-links-bar .stats-profile-links {
margin-top: 0;
}
.stats-profile-links a {
display: inline-flex;
align-items: center;