mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added commented out footnote
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
b905085d6f
commit
e843df75b4
2 changed files with 16 additions and 8 deletions
|
@ -26,7 +26,9 @@
|
|||
{{#each this.sources as |sourceData|}}
|
||||
<div class="gh-dashboard-list-item">
|
||||
<div class="gh-dashboard-list-item-sub gh-dashboard-list-item-sub-source">
|
||||
<span class="gh-dashboard-list-text">{{sourceData.source}}</span>
|
||||
<span class="gh-dashboard-list-text">{{sourceData.source}}
|
||||
{{!-- <sup class="gh-dashboard-list-asterisk">*</sup> --}}
|
||||
</span>
|
||||
</div>
|
||||
{{#if (eq @sortColumn "signups")}}
|
||||
<div class="gh-dashboard-list-item-sub">
|
||||
|
@ -57,16 +59,12 @@
|
|||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{!-- {{else}}
|
||||
<div class="gh-dashboard-list-empty">
|
||||
<p>No sources.</p>
|
||||
</div> --}}
|
||||
{{/each}}
|
||||
{{#if this.others}}
|
||||
<div class="gh-dashboard-list-item">
|
||||
<div class="gh-dashboard-list-item-sub gh-dashboard-list-item-sub-source gh-dashboard-list-item-other-source">
|
||||
<span class="gh-dashboard-list-text" role="button" aria-label="Show sources"
|
||||
{{on "click" this.openAllSources}}>Other sources →</span>
|
||||
{{on "click" this.openAllSources}}>Other sources</span>
|
||||
</div>
|
||||
{{#if (eq @sortColumn "signups")}}
|
||||
<div class="gh-dashboard-list-item-sub">
|
||||
|
@ -99,4 +97,5 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{!-- <p class="gh-dashboard-attribution-footnote"><sup class="gh-dashboard-list-asterisk">*</sup>New member signups originating from your newsletter are the result of it being shared and forwarded.</p> --}}
|
|
@ -1179,6 +1179,15 @@ Dashboard Attribution */
|
|||
color: var(--lightgrey);
|
||||
}
|
||||
|
||||
.gh-dashboard-attribution-footnote {
|
||||
font-size: 1.2rem;
|
||||
margin-bottom: 0;
|
||||
line-height: 1.4;
|
||||
color: var(--midlightgrey);
|
||||
padding-top: 12px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1120px) {
|
||||
.gh-dashboard-attribution-grid .gh-dashboard-metric-label {
|
||||
position: absolute;
|
||||
|
@ -2428,4 +2437,4 @@ Dashboard No Data */
|
|||
margin-top: 12px;
|
||||
font-size: 1.3rem;
|
||||
margin-bottom: 46px;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue