feat: add 'progress' rank icon (#2858)

This pull request allows users to replace the rank level with the rank progress
by setting the `rank_icon` query to `progress`.
This commit is contained in:
Rick Staa
2023-06-19 12:58:02 +02:00
committed by GitHub
parent 62080c019c
commit a362af0ebc
8 changed files with 40 additions and 5 deletions
+3
View File
@@ -98,6 +98,9 @@ const getStyles = ({
font: 800 24px 'Segoe UI', Ubuntu, Sans-Serif; fill: ${textColor};
animation: scaleInAnimation 0.3s ease-in-out forwards;
}
.rank-progress-text {
font-size: 16px;
}
.not_bold { font-weight: 400 }
.bold { font-weight: 700 }