Revert participants style change
This commit is contained in:
parent
0cfe35f727
commit
7389bb9816
1 changed files with 6 additions and 4 deletions
|
@ -444,21 +444,23 @@
|
|||
}
|
||||
|
||||
.participants-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin: -5px;
|
||||
}
|
||||
|
||||
|
||||
.user-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.participants-author {
|
||||
flex-basis: 14%;
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
|
||||
&:nth-of-type(7n) {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.author_link {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue