UX: no need for margin if participants is first-child

This commit is contained in:
Joe 2019-01-06 00:11:53 +08:00 committed by GitHub
parent 3a9fea4409
commit effb3262a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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) {