UX: remove flex basis from first item

We do not want to take up 100% width for name/username on first line
This commit is contained in:
Sam 2018-10-02 13:16:51 +10:00
parent 120c220c18
commit 580c923ff3

View File

@ -432,7 +432,6 @@ span.highlighted {
.first {
order: 1;
flex-basis: 100%;
}
.poster-icon {