0
Fork 0
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:
Daniël van der Winden 2024-08-06 12:05:20 +02:00
parent 8d27439fdb
commit 20991eea28
2 changed files with 13 additions and 0 deletions

View file

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

View file

@ -347,3 +347,5 @@
margin-left: 8px;
background: var(--whitegrey);
}