mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-29 15:39:00 +03:00
35 lines
448 B
CSS
35 lines
448 B
CSS
body {
|
|
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
|
font-size: 12pt;
|
|
margin: 1em;
|
|
}
|
|
|
|
#page {
|
|
margin: auto;
|
|
width: 640px;
|
|
padding: 1em;
|
|
border: 1px solid #76cfa6;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.room_avatar {
|
|
width: 48px;
|
|
height: 48px;
|
|
float: left;
|
|
}
|
|
|
|
.room_content {
|
|
clear: left;
|
|
}
|
|
|
|
.historical {
|
|
color: #888;
|
|
}
|
|
|
|
.sender_name {
|
|
display: inline;
|
|
}
|
|
|
|
.message_time {
|
|
display: inline;
|
|
}
|