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:
Steve Howell
2014-01-03 09:41:57 -05:00
parent 055cc2d984
commit 9ace9232b7

View File

@@ -2495,6 +2495,7 @@ div.floating_recipient {
.settings-dropdown-caret {
margin-left: 8px;
margin-right: 8px;
font-size: 14px;
}