mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
message_row: Restore padding to senderless content box.
(cherry picked from commit 11fdd5f005)
This commit is contained in:
@@ -146,6 +146,7 @@
|
|||||||
|
|
||||||
.message_content {
|
.message_content {
|
||||||
grid-area: message;
|
grid-area: message;
|
||||||
|
padding: var(--message-box-markdown-aligned-vertical-space) 0 0;
|
||||||
color: var(--color-text-message-default);
|
color: var(--color-text-message-default);
|
||||||
/* We explicitly set line-height here so that
|
/* We explicitly set line-height here so that
|
||||||
the message area is not beholden to the legacy
|
the message area is not beholden to the legacy
|
||||||
@@ -376,7 +377,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.message_content {
|
.message_content {
|
||||||
padding: var(--message-box-markdown-aligned-vertical-space) 0 0;
|
|
||||||
/* Pull message content up closer to sender to
|
/* Pull message content up closer to sender to
|
||||||
let the text baseline sit adjacent the bottom
|
let the text baseline sit adjacent the bottom
|
||||||
of the avatar. We also need to account for the
|
of the avatar. We also need to account for the
|
||||||
|
|||||||
Reference in New Issue
Block a user