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