mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 08:23:52 +00:00
Merge "Reply widget mobile: Move reply/cancel buttons up into empty space of "advanced" bar"
This commit is contained in:
commit
8a0703f29d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue