78c5c62eee
Add the users_groups_promotions table. Optimise ConvoViewPage. Shortened some things. Convo CSS fixes. Make sure the user cache is flushed properly after the post stats change. You will need to run the patcher / updater for this commit.
22 lines
336 B
CSS
22 lines
336 B
CSS
.convos_item_user:not(:last-child):after {
|
|
content: ",";
|
|
}
|
|
.to_left:after {
|
|
clear: both;
|
|
}
|
|
|
|
/*.parti {
|
|
margin-bottom: 8px;
|
|
}*/
|
|
.parti .rowitem {
|
|
display: flex;
|
|
}
|
|
.parti_user:not(:last-child):after {
|
|
content: ",";
|
|
}
|
|
|
|
.convo_row_box .rowitem {
|
|
background-repeat: no-repeat, repeat-y;
|
|
background-size: 128px;
|
|
padding-left: 136px;
|
|
} |