mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Moved CSS to content.css
This commit is contained in:
parent
8d27439fdb
commit
20991eea28
2 changed files with 13 additions and 0 deletions
|
@ -776,6 +776,17 @@
|
|||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.gh-analytics-actions-menu {
|
||||
top: calc(100% + 6px);
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.gh-analytics-actions-menu.fade-out {
|
||||
animation-duration: .001s;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.feature-audienceFeedback .gh-post-analytics-box.gh-post-analytics-newsletter-clicks,
|
||||
.feature-audienceFeedback .gh-post-analytics-box.gh-post-analytics-source-attribution,
|
||||
.gh-post-analytics-box.gh-post-analytics-mentions {
|
||||
|
|
|
@ -347,3 +347,5 @@
|
|||
margin-left: 8px;
|
||||
background: var(--whitegrey);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue