From 0ea9e4ca14efeaa71da85054bd2cd2a6a5ee33de Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 3 Mar 2019 14:15:53 -0500 Subject: [PATCH] #418: update timeago margin to align with icons --- src/components/notification/notification.vue | 2 +- src/components/notifications/notifications.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index dd6cae382d..87925cfc08 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -25,7 +25,7 @@ {{$t('notifications.followed_you')}} -
+
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 0aaef7a19e..2240c10a8f 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -125,6 +125,10 @@ } } + .timeago { + margin-right: .2em; + } + .icon-retweet.lit { color: $fallback--cGreen; color: var(--cGreen, $fallback--cGreen);