forked from treehouse/mastodon
Add elephant friend to missing indicator
parent
9214b5d02e
commit
809455aaae
|
@ -1074,8 +1074,10 @@ button.active i.fa-retweet {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: lighten($color1, 26%);
|
color: lighten($color1, 16%);
|
||||||
padding-top: 120px;
|
padding-top: 210px;
|
||||||
|
background: image-url('mastodon-not-found.png') no-repeat center -50px;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-header {
|
.column-header {
|
||||||
|
|
Loading…
Reference in New Issue