Merge "Mobile empty state adjustments: hide image, bigger button"

This commit is contained in:
jenkins-bot 2022-04-21 21:48:07 +00:00 committed by Gerrit Code Review
commit d35c96db97

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 {