mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
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:
committed by
Tim Abbott
parent
95482235ad
commit
1fb079d63b
@@ -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 {
|
||||
|
Reference in New Issue
Block a user