diff --git a/skins/elastic/styles/widgets/toolbar.less b/skins/elastic/styles/widgets/toolbar.less index 73a02b582..5c46c8999 100644 --- a/skins/elastic/styles/widgets/toolbar.less +++ b/skins/elastic/styles/widgets/toolbar.less @@ -650,6 +650,10 @@ html.ie11 .toolbar .dropbutton a.dropdown:before { @media screen and (min-width: (@screen-width-small + 1px)) { .toolbar { + .header > & { + display: flex; // for Safari on desktop + } + a.button { &:not(.disabled):focus, &:not(.disabled):hover { @@ -740,7 +744,7 @@ a.button.icon.toolbar-button { @media screen and (min-width: (@screen-width-large + 1px)) { height: @layout-header-height; line-height: 1.5; - padding: .5rem; + padding: .45rem; &:before { float: none;