mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
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:
parent
172960f887
commit
9d9dc7f26a
|
@ -8,6 +8,10 @@
|
|||
> .ve-ui-surface-placeholder {
|
||||
min-height: 10em;
|
||||
box-sizing: border-box;
|
||||
|
||||
.skin-minerva & {
|
||||
min-height: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
&.ve-ui-surface-source {
|
||||
|
|
Loading…
Reference in a new issue