0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-18 23:58:59 +02:00
synapse/res/templates/mail.css
2016-04-28 17:34:32 +01:00

21 lines
220 B
CSS

.room_avatar {
width: 48px;
height: 48px;
float: left;
}
.room_content {
clear: left;
}
.historical {
color: #888;
}
.sender_name {
display: inline;
}
.message_time {
display: inline;
}