mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +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:
@ -361,6 +361,14 @@ span.highlighted {
|
|||||||
order: 4;
|
order: 4;
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-badge-buttons {
|
||||||
|
order: 5;
|
||||||
|
.user-badge {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-right: 0.26em;
|
margin-right: 0.26em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user