Halve the initial height of the reply widget on mobile

Vertical space is at a premium on mobile with the virtual keyboard.
The widget will auto-size when more text is entered.

Bug: T311836
Change-Id: I03ff7217f9ffe217f93a3dc95db2df018bd0d221
This commit is contained in:
Ed Sanders 2022-07-01 13:36:53 +01:00
parent 172960f887
commit 9d9dc7f26a

View file

@ -8,6 +8,10 @@
> .ve-ui-surface-placeholder {
min-height: 10em;
box-sizing: border-box;
.skin-minerva & {
min-height: 5em;
}
}
&.ve-ui-surface-source {