message_row: Restore padding to senderless content box.

(cherry picked from commit 11fdd5f005)
This commit is contained in:
Karl Stolley
2025-04-02 08:42:21 -04:00
committed by Tim Abbott
parent 2ef119b62b
commit a906bd4b33

View File

@@ -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