From 0c7ee5c79208206dad6dcf9a34b10d2ec3e75f15 Mon Sep 17 00:00:00 2001 From: kibigo! Date: Wed, 5 Jul 2017 19:26:19 -0700 Subject: [PATCH] Fixed non-status notification styling --- app/javascript/styles/components.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 9e91cd713..60dfc041a 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -607,6 +607,10 @@ } } } + + .notification__message { + margin: -10px 0 10px; + } } .notification-favourite { @@ -1151,7 +1155,7 @@ } .notification__message { - margin: -10px 0 10px; + margin-left: 68px; padding: 8px 0; padding-bottom: 0; cursor: default; @@ -2934,7 +2938,7 @@ button.icon-button.active i.fa-retweet { border-radius: 4px 4px 0 0; box-shadow: 0 -4px 4px rgba($base-shadow-color, 0.1); } - + .advanced-options-dropdown__dropdown { display: block; box-shadow: 2px 4px 6px rgba($base-shadow-color, 0.1);