diff --git a/browser/themes/pinstripe/browser.css b/browser/themes/pinstripe/browser.css index fd2823c537a9..b5ae3c2e366e 100644 --- a/browser/themes/pinstripe/browser.css +++ b/browser/themes/pinstripe/browser.css @@ -4043,8 +4043,17 @@ html|*#gcli-output-frame { -moz-box-orient: horizontal; } -#social-toolbar-item > .toolbarbutton-1 { - margin: 0px; +#social-toolbar-item > .toolbarbutton-1:not(:first-child):not(:last-child) { + margin-left: 0; + margin-right: 0; +} + +#social-toolbar-item > .toolbarbutton-1:first-child { + -moz-margin-end: 0; +} + +#social-toolbar-item > .toolbarbutton-1:last-child { + -moz-margin-start: 0; } .social-notification-icon-hbox {