mirror of https://github.com/zulip/zulip.git
Explicitly size Gravatars in message bodies
Should make the page jump around less on load. (imported from commit a4b52a545b84117d149a2d5852ea0ddb71862748)
This commit is contained in:
parent
f3f9fb545d
commit
9e7e4fda91
|
@ -445,6 +445,8 @@ table.floating_recipient {
|
||||||
|
|
||||||
.message_body_gravatar {
|
.message_body_gravatar {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userinfo_popover a {
|
.userinfo_popover a {
|
||||||
|
|
Loading…
Reference in New Issue