mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
parent
b16a926a24
commit
d03cf20aa6
2 changed files with 10 additions and 1 deletions
|
@ -2565,6 +2565,15 @@ Dashboard No Data */
|
|||
/* ---------------------------------
|
||||
Dashboard Mentions */
|
||||
|
||||
.gh-dashboard-recents-mentions {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.gh-dashboard-section.gh-dashboard-mentions,
|
||||
.gh-dashboard-section.gh-dashboard-recents {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.gh-dashboard-mentions {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="{{if (feature 'webmentions') "gh-dashboard-split"}}">
|
||||
<div class="gh-dashboard-recents-mentions {{if (feature 'webmentions') "gh-dashboard-split"}}">
|
||||
<Dashboard::Charts::Recents />
|
||||
<Dashboard::Charts::Mentions />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue