about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-07-05 19:26:19 -0700
committerkibigo! <marrus-sh@users.noreply.github.com>2017-07-05 19:26:19 -0700
commit0c7ee5c79208206dad6dcf9a34b10d2ec3e75f15 (patch)
tree4269460d2d95509724782a406f6d7a9914155640 /app
parentbba75c15f1f7a6878db730fdb3930d6b7a823da7 (diff)
Fixed non-status notification styling
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss8
1 files 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);