Updated post analytics mentions widget design

refs https://github.com/TryGhost/Team/issues/2575
This commit is contained in:
Djordje Vlaisavljevic 2023-02-22 13:11:31 +00:00
parent fb3347bc64
commit 7b778eabe4

View File

@ -1930,6 +1930,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;
margin-top: 6px;
} }
.gh-post-analytics-mention { .gh-post-analytics-mention {
@ -1939,7 +1940,7 @@
grid-column-gap: 8px; grid-column-gap: 8px;
padding: 4px 0; padding: 4px 0;
flex-direction: column; flex-direction: column;
padding: 10px 0; padding: 6px 0;
} }
.gh-post-analytics-mention-title { .gh-post-analytics-mention-title {
@ -1962,4 +1963,9 @@
.gh-post-analytics-mentions .gh-dashboard-list-footer { .gh-post-analytics-mentions .gh-dashboard-list-footer {
margin-top: auto; margin-top: auto;
padding: 17px 0 0;
}
.gh-post-analytics-mentions .gh-dashboard-list-footer a {
font-size: 1.3rem;
} }