mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
22 lines
220 B
CSS
22 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;
|
||
|
}
|