gosora/themes/tempra_simple/public/convo.css
Azareal 78c5c62eee Basic group promotions.
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.
2019-09-29 14:56:39 +10:00

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;
}