From 54bd9a8f66c084199db2c61645f8776d38ea74d0 Mon Sep 17 00:00:00 2001 From: Kyle Knight Date: Fri, 7 Apr 2017 07:50:03 -0700 Subject: [PATCH] Nudge the Apple icon over a bit to line up everything (#1428) --- .../side_panels/HostSidePanel/PanelGroupItem/_styles.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/components/side_panels/HostSidePanel/PanelGroupItem/_styles.scss b/frontend/components/side_panels/HostSidePanel/PanelGroupItem/_styles.scss index 8ca146fc64..3a6b9fdada 100644 --- a/frontend/components/side_panels/HostSidePanel/PanelGroupItem/_styles.scss +++ b/frontend/components/side_panels/HostSidePanel/PanelGroupItem/_styles.scss @@ -112,6 +112,13 @@ $base-class: 'panel-group-item'; .#{$base-class}__icon { color: $text-light; } + + &--macos { + .#{$base-class}__icon { + margin-right: 24px; + margin-left: 2px; + } + } } &__custom {