fixed the length of the achievement name

This commit is contained in:
Дмитрий Пиченикин 2026-03-12 14:57:32 +03:00
parent 7f7b0cba58
commit 157967c555

View File

@ -43,6 +43,7 @@
.badge-name { .badge-name {
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
padding-right: 7px;
color: var(--center-channel-text); color: var(--center-channel-text);
} }