mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 23:26:15 -05:00
Fix UserCard overflow by stacking brand+verified for XP
This commit is contained in:
@@ -134,6 +134,16 @@
|
||||
gap: var(--s-1);
|
||||
}
|
||||
|
||||
.xpPrimaryIcons {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.xpPrimaryIcons:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.xpVerified {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user