0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated no-activity-feed in member details

This commit is contained in:
Peter Zimon 2021-02-23 13:54:20 +01:00
parent ccb4747aaf
commit 66a813e6cb
2 changed files with 5 additions and 2 deletions

View file

@ -23,7 +23,10 @@
</button>
{{/if}}
{{else}}
<p class="ma0 pa12 tc midgrey">No member activity yet</p>
<div class="gh-no-data-list">
{{svg-jar "no-data-list"}}
<span>No member activity.</span>
</div>
{{/if}}
</div>
</div>

View file

@ -519,7 +519,7 @@
.gh-no-data-list span {
margin-top: 16px;
font-size: 1.3rem;
margin-bottom: 50px;
margin-bottom: 46px;
}
@media (max-width: 1320px) {