mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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 {
 | 
			
		||||
        grid-area: message;
 | 
			
		||||
        padding: var(--message-box-markdown-aligned-vertical-space) 0 0;
 | 
			
		||||
        color: var(--color-text-message-default);
 | 
			
		||||
        /* We explicitly set line-height here so that
 | 
			
		||||
           the message area is not beholden to the legacy
 | 
			
		||||
@@ -376,7 +377,6 @@
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .message_content {
 | 
			
		||||
            padding: var(--message-box-markdown-aligned-vertical-space) 0 0;
 | 
			
		||||
            /* Pull message content up closer to sender to
 | 
			
		||||
               let the text baseline sit adjacent the bottom
 | 
			
		||||
               of the avatar. We also need to account for the
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user