From d1824caa8a8601fc7edd4d881b29e8b30ac50db7 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 30 Jan 2023 15:55:45 +0100 Subject: [PATCH] WebPage: Wrong position of meta info when there is an image in the link preview (#2430) --- src/components/middle/message/Message.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/middle/message/Message.scss b/src/components/middle/message/Message.scss index 7a5f4bd4b..46e61fe24 100644 --- a/src/components/middle/message/Message.scss +++ b/src/components/middle/message/Message.scss @@ -558,6 +558,7 @@ } .message-content { + &.has-replies:not(.custom-shape):not(.has-reactions) .WebPage.with-square-photo .media-inner, &.has-replies:not(.custom-shape):not(.has-reactions) .WebPage.with-video .media-inner { margin-bottom: 1.5rem !important; }