Mobile empty state adjustments: hide image, bigger button

Bug: T305261
Change-Id: I503a62fafaebfe17e1dd2181e543dcc2dbac9eb1
This commit is contained in:
David Lynch 2022-04-01 12:34:53 -05:00
parent 1d72f8863e
commit faff90b96b

View file

@ -218,6 +218,26 @@ span[ data-mw-comment-start ] {
}
}
// Mobile
@media ( max-width: 719px ) {
.ext-discussiontools-emptystate {
display: block;
.oo-ui-buttonElement {
display: block;
text-align: center;
> a {
width: 80%;
}
}
> img {
display: none;
}
}
}
.ext-discussiontools-init-replylink-open {
.ext-discussiontools-emptystate,
> .mw-message-box-warning {