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> </span>
<form> <EmailGroupUserChooser
<label></label> @value={{this.newOwner}}
<EmailGroupUserChooser @autofocus={{true}}
@value={{this.newOwner}} @onChange={{this.updateNewOwner}}
@autofocus={{true}} @options={{hash
@onChange={{this.updateNewOwner}} maximum=1
@options={{hash filterPlaceholder="topic.change_owner.placeholder"
maximum=1 }}
filterPlaceholder="topic.change_owner.placeholder" />
}}
/>
</form>
</:body> </:body>
<:footer> <:footer>
<DButton <DButton

View File

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