gosora/themes/nox/public/convo.css

57 lines
788 B
CSS
Raw Normal View History

.rowhead .rowitem,
.convos_list .rowitem {
display: flex;
}
.convo_create_form {
margin-bottom: 8px;
}
.close_form {
margin-left: 8px;
}
.convos_item_user:not(:last-child):after {
content: ",";
}
.to_right {
margin-left: auto;
}
.parti {
margin-bottom: 8px;
}
2019-08-21 01:31:13 +00:00
.parti .rowitem {
display: flex;
}
.parti_user:not(:last-child):after {
content: ",";
}
.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;
}