0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

'More' menu styling (last-child update)

This commit is contained in:
Daniël van der Winden 2024-08-06 14:44:53 +02:00
parent 3267dfa031
commit 6471d1bf9e
2 changed files with 2 additions and 2 deletions

View file

@ -393,7 +393,7 @@ Post context menu
stroke-width: 1.8px;
}
.gh-posts-context-menu li:last-child::before {
.gh-posts-context-menu li:last-child::before, .gh-analytics-actions-menu li:last-child::before {
display: block;
position: relative;
content: "";

View file

@ -779,7 +779,7 @@
.gh-analytics-actions-menu {
top: calc(100% + 6px);
left: auto;
right: 10px;
right: 0;
}
.gh-analytics-actions-menu.fade-out {