css: fix the size of XP bars

This commit is contained in:
Lephe 2021-07-08 10:57:55 +02:00
parent cc5f4e481b
commit 5904019048
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
.profile-xp {
height: 10px;
min-width: 96px;
max-width: 96px;
background: var(--background);
border: var(--border);
}