FIX: Improve the user badge alignment on mobile devices. (#30665)

Due to more explicit CSS flex arrangement on mobile devices, user badges were being shoved out of alignment. This change nudges them back into line.
This commit is contained in:
Gary Pendergast 2025-01-09 17:26:45 +11:00 committed by GitHub
parent ec30b6f6c6
commit 138b02448b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -361,6 +361,14 @@ span.highlighted {
order: 4;
flex-basis: 100%;
}
.user-badge-buttons {
order: 5;
.user-badge {
padding-top: 0;
}
}
span {
margin-right: 0.26em;
}