WebPage: Fix margin for message content (#4060)

This commit is contained in:
Alexander Zinchuk 2023-12-12 12:34:40 +01:00
parent 93aa65cd72
commit 098beaa8ef

View File

@ -96,7 +96,7 @@
}
.message-content:not(.has-reactions) & {
margin-bottom: 1rem !important;
margin-bottom: calc(var(--message-meta-height) + 0.375rem) !important;
}
&.with-square-photo .WebPage--content {