Fixed publish-menu position when settings menu is open

This commit is contained in:
Sanne de Vries 2021-06-28 16:27:58 +02:00
parent c032eadad5
commit 9105afe97c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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;
}