mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Fix OSX settings-gear-vs.-scrollbar annoyance.
On OSX Chrome, if you scrolled and then went to the settings gear quickly, the scrollbar could stick and obscure the triangle part of the gear menu, which was annoying. (You don't actually have to click the triangle to pull up the menu, but that's the affordance.) This change adds a little margin to the right of the gear. (imported from commit fa64122d913a17b765d00802184009eaaeaef0b1)
This commit is contained in:
		@@ -2495,6 +2495,7 @@ div.floating_recipient {
 | 
			
		||||
 | 
			
		||||
.settings-dropdown-caret {
 | 
			
		||||
    margin-left: 8px;
 | 
			
		||||
    margin-right: 8px;
 | 
			
		||||
    font-size: 14px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user