Fix ranking layout and loading state

This commit is contained in:
devRaGonSa
2026-06-10 09:29:27 +02:00
parent 2f262abfe8
commit 6d523111ba
4 changed files with 241 additions and 64 deletions

View File

@@ -1479,6 +1479,11 @@ h2 {
grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}
.ranking-results-title {
margin: 0 0 16px;
font-size: 1.08rem;
}
.ranking-meta-card {
margin: 0;
padding: 14px 16px;
@@ -1569,6 +1574,11 @@ h2 {
line-height: 1.7;
}
.ranking-form__actions .discord-button[disabled] {
opacity: 0.72;
cursor: progress;
}
.server-action-link--disabled {
border-color: rgba(159, 168, 141, 0.18);
background: linear-gradient(180deg, rgba(42, 46, 39, 0.5), rgba(19, 22, 17, 0.7));