mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	inbox: Move lefthand padding to avoid disturbing grid.
This fixes a subtle alignment issue with unreads in the DM header row versus the actual DM rows that follow.
This commit is contained in:
		@@ -417,11 +417,6 @@
 | 
			
		||||
        margin-bottom: 1px;
 | 
			
		||||
        background-color: transparent;
 | 
			
		||||
 | 
			
		||||
        .inbox-focus-border {
 | 
			
		||||
            /* Align the folder title with the channel privacy icons; 5px at 16px */
 | 
			
		||||
            padding-left: 0.3125em;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .inbox-header-name-text,
 | 
			
		||||
        .unread_mention_info {
 | 
			
		||||
            color: var(--color-folder-header);
 | 
			
		||||
@@ -437,6 +432,12 @@
 | 
			
		||||
            outline: none;
 | 
			
		||||
            /* 16px at 16px / 1em */
 | 
			
		||||
            font-size: 1em;
 | 
			
		||||
            /* Align the folder title with the channel privacy icons; 5px at 16px/1em.
 | 
			
		||||
 | 
			
		||||
            TODO: Reduce the depth of selectors in this file,
 | 
			
		||||
            so that the use of !important becomes unnecessary
 | 
			
		||||
            here. */
 | 
			
		||||
            padding-left: 0.3125em !important;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        &:hover {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user