mirror of https://github.com/zulip/zulip.git
Fix a height for our inline image previews.
Without this, the whole message list bounces around a lot, leading to frustration. (imported from commit 4857086e7ec4c4fc18436615bd12bb1a6ee9cba4)
This commit is contained in:
parent
a84947eade
commit
ad5bb68906
|
@ -752,8 +752,7 @@ table.floating_recipient {
|
|||
.message_inline_image {
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
max-width: 120px;
|
||||
max-height: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.actions_popover a {
|
||||
|
|
Loading…
Reference in New Issue