Fix UserCard icons being squished when a lot of infos

This commit is contained in:
Kalle
2026-07-07 07:53:29 +03:00
parent 50bcf82898
commit 1726c463fe

View File

@@ -112,6 +112,7 @@
.stat {
white-space: nowrap;
flex-shrink: 0;
}
.plusStat {
@@ -156,6 +157,7 @@
.seasonStat {
position: relative;
display: inline-flex;
flex-shrink: 0;
}
.seasonTop {
@@ -176,6 +178,7 @@
.statDivider {
width: 2px;
min-width: 2px;
align-self: stretch;
background-color: var(--color-border);
}