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,8 +21,6 @@
}} }}
</span> </span>
<form>
<label></label>
<EmailGroupUserChooser <EmailGroupUserChooser
@value={{this.newOwner}} @value={{this.newOwner}}
@autofocus={{true}} @autofocus={{true}}
@ -32,7 +30,6 @@
filterPlaceholder="topic.change_owner.placeholder" 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);