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:
parent
ccb4747aaf
commit
66a813e6cb
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue