message view: Fix The unexpected behavior of Youtube Thumbnail.

It is observed in Mozilla margin was considered from other side of thumbnail
due to some special padding issues observed in mozilla.

To fix this top and left value are assigned to 0 so that it automatically
takes its correct position in all browsers

Fixes #11867.
This commit is contained in:
vipul chhabra
2019-03-12 07:16:19 +05:30
committed by Tim Abbott
parent 95482235ad
commit 1fb079d63b

View File

@@ -2266,6 +2266,8 @@ li .message_inline_image img {
background-color: hsl(0, 0%, 0%);
color: hsl(0, 0%, 100%);
opacity: 0.7;
top: 0;
left: 0;
}
.message_inline_image_title {