mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	informational_overlays: Use $md-max=767px for 769px breakpoint.
md == 768px so there si only 1px difference here which is not noticeable.
This commit is contained in:
		@@ -122,7 +122,7 @@
 | 
			
		||||
    margin-bottom: 10px !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 768px) {
 | 
			
		||||
@media only screen and (max-width: $md-max) {
 | 
			
		||||
    .informational-overlays {
 | 
			
		||||
        .overlay-content {
 | 
			
		||||
            width: calc(100% - 20px);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user