mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed publish-menu position when settings menu is open
This commit is contained in:
parent
c032eadad5
commit
9105afe97c
@ -1,4 +1,4 @@
|
||||
<GhBasicDropdown @verticalPosition="below" @onOpen={{action "open"}} @onClose={{action "close"}} as |dd|>
|
||||
<GhBasicDropdown @verticalPosition="below" @horizontalPosition="right" @onOpen={{action "open"}} @onClose={{action "close"}} as |dd|>
|
||||
<dd.Trigger class="gh-btn gh-btn-editor {{if (or (eq this.displayState "published") (eq this.displayState "scheduled") (eq this.uiContext "preview")) "green"}} gh-publishmenu-trigger">
|
||||
<span data-test-publishmenu-trigger>{{this.triggerText}} {{svg-jar "arrow-down"}}</span>
|
||||
</dd.Trigger>
|
||||
|
@ -250,10 +250,10 @@
|
||||
}
|
||||
|
||||
.gh-modal-reset-passwords h4 {
|
||||
margin-bottom: .4rem;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.4em;
|
||||
margin-bottom: .4rem;
|
||||
}
|
||||
|
||||
.gh-modal-reset-passwords p {
|
||||
@ -262,6 +262,6 @@
|
||||
|
||||
.gh-modal-reset-passwords .description {
|
||||
color: var(--midgrey);
|
||||
font-weight: 300;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 300;
|
||||
}
|
Loading…
Reference in New Issue
Block a user