92a8706709
Tweak the convo list styling.
6 lines
97 B
CSS
6 lines
97 B
CSS
.rowhead .rowitem {
|
|
display: flex;
|
|
}
|
|
.convos_item_user:not(:last-child):after {
|
|
content: ",";
|
|
} |