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;
|
align-items: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
|
&:not(:first-child) {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
}
|
||||||
.trigger-user-card,
|
.trigger-user-card,
|
||||||
.trigger-group-card {
|
.trigger-group-card {
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
|
|
Loading…
Reference in New Issue