Commit 7389bb98 authored by Clement Ho's avatar Clement Ho

Revert participants style change

parent 0cfe35f7
...@@ -444,21 +444,23 @@ ...@@ -444,21 +444,23 @@
} }
.participants-list { .participants-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: -5px; margin: -5px;
} }
.user-list { .user-list {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
} }
.participants-author { .participants-author {
flex-basis: 14%; display: inline-block;
padding: 5px; padding: 5px;
&:nth-of-type(7n) {
padding-right: 0;
}
.author_link { .author_link {
display: block; display: block;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment