]> cat aescling's git repositories - mastodon.git/commitdiff
Add right margin of notification message (#7628)
authorLynx Kotoura <admin@sanin.link>
Sat, 26 May 2018 08:53:53 +0000 (17:53 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 26 May 2018 08:53:53 +0000 (10:53 +0200)
app/javascript/styles/mastodon/components.scss

index 55564b2818cb6e07371815667a158fb738c5000c..2724454fbdcef859d1ba6d0bffdd4f7fa2ef3ffe 100644 (file)
@@ -1373,9 +1373,8 @@ a.account__display-name {
 }
 
 .notification__message {
-  margin-left: 68px;
-  padding: 8px 0;
-  padding-bottom: 0;
+  margin: 0 10px 0 68px;
+  padding: 8px 0 0;
   cursor: default;
   color: $darker-text-color;
   font-size: 15px;