Create padding around chat avatars and the colored container

This commit is contained in:
Gabe Kangas
2020-07-19 22:57:42 -07:00
parent 0fb48d8a7c
commit cbbff2e5f5
2 changed files with 12 additions and 7 deletions

View File

@@ -407,10 +407,15 @@ h2 {
align-items: flex-start;
}
.message-avatar {
height: 2.5em;
width: 2.5em;
margin-right: .75em;
}
.message-avatar img {
max-width: unset;
height: 25.em;
width: 2.5em;
padding: 6px;
}
.message-content {
font-size: .85em;
}