mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 03:32:40 +08:00
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:
parent
ec30b6f6c6
commit
138b02448b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user