Reply widget mobile: Move reply/cancel buttons up into empty space of "advanced" bar

This reduces the overall vertical height of the tool

Bug: T311836
Change-Id: I095bff00686a54779d45efa73c3f8b74ba016702
This commit is contained in:
Ed Sanders 2022-07-01 13:31:32 +01:00
parent 1ad01e661a
commit 5014aa3c50

View file

@ -134,8 +134,17 @@
margin-bottom: 0.5em;
margin-left: 3em;
white-space: nowrap;
.skin-minerva & {
margin-top: -2em;
}
}
.skin-minerva &-advanced:not( .oo-ui-element-hidden ) + &-actionsWrapper &-actions {
margin-top: 0;
}
// stylelint-disable-next-line no-descending-specificity
&-footer {
// Preferred width; if there isn't enough space, this wraps under the actions
flex-basis: 20em;