mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	inbox: Resize user circles in inbox view.
This commit is contained in:
		@@ -255,8 +255,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            .user_circle {
 | 
					            .user_circle {
 | 
				
			||||||
                /* size of the user activity circle */
 | 
					                /* size of the user activity circle */
 | 
				
			||||||
                min-width: 6px;
 | 
					                /* 6px at 15px/1em */
 | 
				
			||||||
                height: 6px;
 | 
					                min-width: 0.4em;
 | 
				
			||||||
 | 
					                height: 0.4em;
 | 
				
			||||||
                margin-right: 5px;
 | 
					                margin-right: 5px;
 | 
				
			||||||
                top: 0;
 | 
					                top: 0;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user