Fix to not let the avatar become smaller when we large bylines. Issue #1574

This commit is contained in:
Maurice Parker 2020-01-08 18:22:47 -07:00
parent 4f6e7dc4a8
commit e99e4362ff
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ body > .systemMessage {
}
.avatar img {
border-radius: 4px;
max-width: none;
}
.feedIcon {
border-radius: 4px;