2019-08-28 06:47:54 +00:00
|
|
|
.convos_item_user:not(:last-child):after {
|
|
|
|
content: ",";
|
|
|
|
}
|
|
|
|
|
2019-08-20 22:32:10 +00:00
|
|
|
.parti {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2019-08-21 01:31:13 +00:00
|
|
|
.parti .rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.parti_user:not(:last-child):after {
|
|
|
|
content: ",";
|
|
|
|
}
|
2019-08-20 22:32:10 +00:00
|
|
|
|
2019-08-14 10:39:04 +00:00
|
|
|
.rowitem .topRow {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.rowitem .userbit {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.rowitem .topRow .nameAndTitle {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
.nameAndTitle .real_username {
|
|
|
|
font-size: 17px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
.userbit img {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 24px;
|
|
|
|
}
|
|
|
|
.controls {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
.controls a {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
.content_column {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|