Fix to not let the avatar become smaller when we large bylines. Issue #1574
This commit is contained in:
parent
4f6e7dc4a8
commit
e99e4362ff
|
@ -91,6 +91,7 @@ body > .systemMessage {
|
|||
}
|
||||
.avatar img {
|
||||
border-radius: 4px;
|
||||
max-width: none;
|
||||
}
|
||||
.feedIcon {
|
||||
border-radius: 4px;
|
||||
|
|
Loading…
Reference in New Issue