WebPage: Fix margin for message content (#4060)
This commit is contained in:
parent
93aa65cd72
commit
098beaa8ef
@ -96,7 +96,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.message-content:not(.has-reactions) & {
|
.message-content:not(.has-reactions) & {
|
||||||
margin-bottom: 1rem !important;
|
margin-bottom: calc(var(--message-meta-height) + 0.375rem) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.with-square-photo .WebPage--content {
|
&.with-square-photo .WebPage--content {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user