mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: correct ordering of username / fullname in UX
This commit is contained in:
@@ -425,21 +425,25 @@ span.highlighted {
|
||||
line-height: $line-height-medium;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.full-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.first {
|
||||
order: 1;
|
||||
flex-basis: 100%;
|
||||
}
|
||||
.staff-notes-icon {
|
||||
order: 2;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.poster-icon {
|
||||
order: 2;
|
||||
}
|
||||
.username {
|
||||
|
||||
.second {
|
||||
order: 3;
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.user-title {
|
||||
order: 4;
|
||||
flex-basis: 100%;
|
||||
|
||||
Reference in New Issue
Block a user