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:
parent
3267dfa031
commit
6471d1bf9e
2 changed files with 2 additions and 2 deletions
|
@ -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: "";
|
||||
|
|
|
@ -779,7 +779,7 @@
|
|||
.gh-analytics-actions-menu {
|
||||
top: calc(100% + 6px);
|
||||
left: auto;
|
||||
right: 10px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.gh-analytics-actions-menu.fade-out {
|
||||
|
|
Loading…
Add table
Reference in a new issue