0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Updated spacing

refs https://github.com/TryGhost/Team/issues/2481
This commit is contained in:
Djordje Vlaisavljevic 2023-02-21 20:27:36 +00:00
parent b16a926a24
commit d03cf20aa6
2 changed files with 10 additions and 1 deletions

View file

@ -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;

View file

@ -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>