mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
FIX: correct mobile height of badge and ownership modals (#31187)
This commit is contained in:
@ -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
|
||||||
|
@ -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);
|
||||||
|
Reference in New Issue
Block a user