mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 15:16:09 -05:00
Fix UserCard icons being squished when a lot of infos
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user