mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	polls: Scale poll votes with info density.
This commit is contained in:
		@@ -169,9 +169,9 @@
 | 
				
			|||||||
        border-style: solid;
 | 
					        border-style: solid;
 | 
				
			||||||
        font-weight: 600;
 | 
					        font-weight: 600;
 | 
				
			||||||
        border-radius: 3px;
 | 
					        border-radius: 3px;
 | 
				
			||||||
        min-width: 25px;
 | 
					        min-width: 1.7857em; /* 25px at 14px / em */
 | 
				
			||||||
        height: 25px;
 | 
					        height: 1.7857em; /* 25px at 14px / em */
 | 
				
			||||||
        font-size: 13px;
 | 
					        font-size: 0.9285em; /* 13px at 14px / em */
 | 
				
			||||||
        background-color: var(--color-background-widget-button);
 | 
					        background-color: var(--color-background-widget-button);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        &:hover {
 | 
					        &:hover {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user