Browse Source

Add right margin of notification message (#7628)

pull/4/head
Lynx Kotoura 6 years ago
committed by Eugen Rochko
parent
commit
07054ee6f7
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      app/javascript/styles/mastodon/components.scss

+ 2
- 3
app/javascript/styles/mastodon/components.scss View 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;

Loading…
Cancel
Save