Commit a9978bbb authored by Clement Ho's avatar Clement Ho

[skip ci] remove nth-of-type

parent 7892570f
...@@ -419,6 +419,8 @@ ...@@ -419,6 +419,8 @@
} }
.participants-list { .participants-list {
display: flex;
justify-content: space-between;
margin: -5px; margin: -5px;
} }
...@@ -430,7 +432,7 @@ ...@@ -430,7 +432,7 @@
} }
.participants-author { .participants-author {
display: inline-block; flex-basis: 14%;
padding: 5px; padding: 5px;
.author_link { .author_link {
...@@ -453,10 +455,6 @@ ...@@ -453,10 +455,6 @@
} }
} }
.participants-author:nth-of-type(7n) {
padding-right: 0;
}
.participants-more, .participants-more,
.user-list-more { .user-list-more {
margin-top: 5px; margin-top: 5px;
......
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