mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 12:03:38 +08:00
UX: no need for margin if participants is first-child
This commit is contained in:
parent
3a9fea4409
commit
effb3262a1
|
@ -307,8 +307,9 @@ $mobile-avatar-height: 1.532em;
|
|||
align-items: center;
|
||||
overflow: hidden;
|
||||
font-size: $font-down-1;
|
||||
margin-left: 5px;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.trigger-user-card,
|
||||
.trigger-group-card {
|
||||
&:not(:last-of-type) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user