Merge "Adjust Special:Notifications width for small screens"

This commit is contained in:
jenkins-bot 2016-08-31 02:41:03 +00:00 committed by Gerrit Code Review
commit 8c03fbb0e4

View file

@ -40,4 +40,9 @@
display: none;
}
}
@media all and ( max-width: @specialpage-mobile-width-small ) {
// Make narrow with margin
width: @specialpage-mobile-width-small - 32px;
}
}