Add proper styling to usernames.

This commit is contained in:
2018-12-10 14:20:06 -08:00
parent 27634bf766
commit d15cc437b7
3 changed files with 59 additions and 10 deletions

View File

@@ -118,3 +118,16 @@ div.message-wrapper {
margin: 3px;
}
}
table.events-wrapper {
td {
padding-left: 5px;
}
}
span.sender-wrapper {
border-radius: 2px;
padding-left: 5px;
padding-right: 5px;
float: right;
}