Browse Source

Add elephant friend to missing indicator

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
809455aaae
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      app/assets/stylesheets/components.scss

+ 4
- 2
app/assets/stylesheets/components.scss View File

@ -1074,8 +1074,10 @@ button.active i.fa-retweet {
text-align: center;
font-size: 16px;
font-weight: 500;
color: lighten($color1, 26%);
padding-top: 120px;
color: lighten($color1, 16%);
padding-top: 210px;
background: image-url('mastodon-not-found.png') no-repeat center -50px;
cursor: default;
}
.column-header {

Loading…
Cancel
Save