Message Content: Fix reactions padding in reply with media (#5873)

This commit is contained in:
Alexander Zinchuk 2025-05-14 19:01:44 +03:00
parent c5b8c0bd73
commit e41619fd23

View File

@ -711,6 +711,10 @@
}
}
&.has-subheader.text.is-inverted-media.has-reactions.has-replies .media-inner {
margin-bottom: 0rem;
}
&:not(.text) .RoundVideo {
margin-bottom: 0;
}