mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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 {
 | 
			
		||||
    margin-top: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.header-main .logo .brand-logo {
 | 
			
		||||
    .brand-logo {
 | 
			
		||||
        margin-top: 4px;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.message_area_padder {
 | 
			
		||||
@@ -34,11 +33,10 @@ body {
 | 
			
		||||
 | 
			
		||||
    .header-main .logo {
 | 
			
		||||
        margin-top: 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .header-main .logo .brand-logo {
 | 
			
		||||
        .brand-logo {
 | 
			
		||||
            margin-top: 4px;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #floating_recipient_bar {
 | 
			
		||||
        top: 50px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user