mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
21 lines
220 B
CSS
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;
|
|
}
|