mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	tippy: Set default font size to 12px.
The default font size for tippy before was 14px and it appears large for a tooltip compared to rest of the content.
This commit is contained in:
		@@ -111,3 +111,12 @@ i.zulip-icon.bot {
 | 
			
		||||
    vertical-align: top;
 | 
			
		||||
    padding: 0 2px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tippy-content {
 | 
			
		||||
    /* This actually sets the
 | 
			
		||||
     * default font size of only
 | 
			
		||||
     * tooltips; popovers should define
 | 
			
		||||
     * font-size of their own.
 | 
			
		||||
     */
 | 
			
		||||
    font-size: 12px;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user