FIX: correct mobile height of badge and ownership modals (#31187)

This commit is contained in:
Joffrey JAFFEUX
2025-02-05 00:25:03 +01:00
committed by GitHub
parent 0cb27f433a
commit 5ccd6391d8
2 changed files with 11 additions and 12 deletions

View File

@ -21,18 +21,15 @@
}}
</span>
<form>
<label></label>
<EmailGroupUserChooser
@value={{this.newOwner}}
@autofocus={{true}}
@onChange={{this.updateNewOwner}}
@options={{hash
maximum=1
filterPlaceholder="topic.change_owner.placeholder"
}}
/>
</form>
<EmailGroupUserChooser
@value={{this.newOwner}}
@autofocus={{true}}
@onChange={{this.updateNewOwner}}
@options={{hash
maximum=1
filterPlaceholder="topic.change_owner.placeholder"
}}
/>
</:body>
<:footer>
<DButton

View File

@ -20,6 +20,8 @@
}
}
.d-modal.change-ownership-modal,
.d-modal.grant-badge-modal,
.d-modal.bookmark-reminder-modal {
.d-modal__container {
min-height: calc(var(--composer-vh, var(--1dvh)) * 85);