mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Use SCSS nesting for #send_message_form.
				
					
				
			This commit is contained in:
		@@ -139,19 +139,19 @@ table.compose_table {
 | 
			
		||||
 | 
			
		||||
#send_message_form {
 | 
			
		||||
    margin: 0px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#send_message_form .messagebox {
 | 
			
		||||
    .messagebox {
 | 
			
		||||
        /* normally 5px 14px; pull in the right and bottom a bit */
 | 
			
		||||
        cursor: default;
 | 
			
		||||
        padding: 0px;
 | 
			
		||||
        background: none;
 | 
			
		||||
        box-shadow: none;
 | 
			
		||||
        border: none;
 | 
			
		||||
}
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
#send_message_form .message_content {
 | 
			
		||||
    .message_content {
 | 
			
		||||
        margin-right: 0px;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#below-compose-content {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user