mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Replace 767px with it's variable md-max.
This commit is contained in:
		@@ -390,7 +390,7 @@
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					@media (max-width: $md-max) {
 | 
				
			||||||
    /* Override Bootstrap's responsive grid to display input at full width */
 | 
					    /* Override Bootstrap's responsive grid to display input at full width */
 | 
				
			||||||
    .input-append .stream-list-filter {
 | 
					    .input-append .stream-list-filter {
 | 
				
			||||||
        /* Input width = 100% - 10px margin x2 - 6px padding x2 - 1px border x2. */
 | 
					        /* Input width = 100% - 10px margin x2 - 6px padding x2 - 1px border x2. */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user