mirror of https://github.com/zulip/zulip.git
Shrink inline gravatars.
This causes our deploy message to be less huge. (imported from commit 5649eb42df0429a6bbaf8c8fd6f8048a66d22aa8)
This commit is contained in:
parent
a289efb425
commit
3d69853784
|
@ -511,8 +511,8 @@ table.floating_recipient {
|
|||
|
||||
.message_body_gravatar {
|
||||
margin-bottom: 2px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.userinfo_popover a {
|
||||
|
|
Loading…
Reference in New Issue