mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed up the empty list states if something fails for What's New or Staff Picks
refs: https://github.com/TryGhost/Team/issues/1531
This commit is contained in:
parent
a926b8fb39
commit
dc8a431e45
@ -19,7 +19,6 @@
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="gh-dashboard5-list-empty">
|
||||
{{svg-jar "no-data-list"}}
|
||||
<p>No staff picks yet.</p>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
@ -19,7 +19,6 @@
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="gh-dashboard5-list-empty">
|
||||
{{svg-jar "no-data-list"}}
|
||||
<p>No new features yet.</p>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
@ -770,6 +770,10 @@ Dashboard v5 List */
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.gh-dashboard5-list-empty {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
||||
/* ---------------------------------
|
||||
Dashboard v5 Overview */
|
||||
|
Loading…
Reference in New Issue
Block a user