mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Use SCSS nesting for ".header-main".
Used SCSS nesting for ".header-main" in archive.scss.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							5ae6f4f0dd
						
					
				
				
					commit
					24603134f4
				
			@@ -10,10 +10,9 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.header-main .logo {
 | 
					.header-main .logo {
 | 
				
			||||||
    margin-top: 5px;
 | 
					    margin-top: 5px;
 | 
				
			||||||
}
 | 
					    .brand-logo {
 | 
				
			||||||
 | 
					        margin-top: 4px;
 | 
				
			||||||
.header-main .logo .brand-logo {
 | 
					    }
 | 
				
			||||||
    margin-top: 4px;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.message_area_padder {
 | 
					.message_area_padder {
 | 
				
			||||||
@@ -34,10 +33,9 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    .header-main .logo {
 | 
					    .header-main .logo {
 | 
				
			||||||
        margin-top: 5px;
 | 
					        margin-top: 5px;
 | 
				
			||||||
    }
 | 
					        .brand-logo {
 | 
				
			||||||
 | 
					            margin-top: 4px;
 | 
				
			||||||
    .header-main .logo .brand-logo {
 | 
					        }
 | 
				
			||||||
        margin-top: 4px;
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #floating_recipient_bar {
 | 
					    #floating_recipient_bar {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user