mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Reduced Activity on Dashboard down to 5 from 10
refs: https://github.com/TryGhost/Team/issues/1373 - reduced from 10 to 5 to keep things visually simpler - sneaked in a little colour tweak to link on activity member detail header
This commit is contained in:
parent
ae9f4a4ac8
commit
e0f1271a31
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
</h4>
|
||||
</h4>
|
||||
<div class="content">
|
||||
{{#let (members-event-fetcher filter=(if (feature "membersActivityFeed") (members-event-filter excludeEmailEvents=true)) pageSize=(if (feature "membersActivityFeed") 10 5)) as |eventsFetcher|}}
|
||||
{{#let (members-event-fetcher filter=(if (feature "membersActivityFeed") (members-event-filter excludeEmailEvents=true)) pageSize=5) as |eventsFetcher|}}
|
||||
{{#if eventsFetcher.isLoading}}
|
||||
Loading...
|
||||
{{/if}}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
padding: 0;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 400;
|
||||
color: var(--green);
|
||||
color: #2bba3c;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
transition: color 125ms linear;
|
||||
|
@ -64,7 +64,7 @@
|
|||
width: 1.6rem;
|
||||
height: 1.6rem;
|
||||
margin-right: 0.6rem;
|
||||
color: var(--green);
|
||||
color: #2bba3c;
|
||||
}
|
||||
|
||||
.gh-member-details-activity-link:hover svg {
|
||||
|
|
Loading…
Add table
Reference in a new issue