From a41a46168a29d3c015eeb2e804b3d41caa585b21 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Fri, 13 Mar 2020 20:49:54 -0400 Subject: [PATCH] action icon design fix --- .../stream/status/action-bar/action-bar.component.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/components/stream/status/action-bar/action-bar.component.scss b/src/app/components/stream/status/action-bar/action-bar.component.scss index 0f1f22b9..1a5ffa57 100644 --- a/src/app/components/stream/status/action-bar/action-bar.component.scss +++ b/src/app/components/stream/status/action-bar/action-bar.component.scss @@ -1,7 +1,7 @@ @import "variables"; .action-bar { - // outline: 1px solid greenyellow; // height: 20px; + //outline: 1px solid greenyellow; // height: 20px; margin: 5px 0px 5px $avatar-column-space; padding: 0; font-size: 18px; @@ -10,17 +10,18 @@ // transform: rotate(0.03deg); &__link { + //outline: 1px solid greenyellow; color: $status-secondary-color; + padding: 0 4px; &:hover { color: $status-links-color; } &:not(:last-child) { - margin-right: 15px; + margin-right: 8px; } - &--reply { font-size: 20px; } @@ -35,7 +36,7 @@ font-size: 17px; } - &--bookmark { + &--bookmark { position: relative; // bottom: -1px; font-size: 16px;