mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated post analytics mentions widget design
refs https://github.com/TryGhost/Team/issues/2575
This commit is contained in:
parent
fb3347bc64
commit
7b778eabe4
1 changed files with 7 additions and 1 deletions
|
@ -1930,6 +1930,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.gh-post-analytics-mention {
|
||||
|
@ -1939,7 +1940,7 @@
|
|||
grid-column-gap: 8px;
|
||||
padding: 4px 0;
|
||||
flex-direction: column;
|
||||
padding: 10px 0;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gh-post-analytics-mention-title {
|
||||
|
@ -1962,4 +1963,9 @@
|
|||
|
||||
.gh-post-analytics-mentions .gh-dashboard-list-footer {
|
||||
margin-top: auto;
|
||||
padding: 17px 0 0;
|
||||
}
|
||||
|
||||
.gh-post-analytics-mentions .gh-dashboard-list-footer a {
|
||||
font-size: 1.3rem;
|
||||
}
|
Loading…
Add table
Reference in a new issue