Adjust Special:Notifications width for small screens

Bug: T141949
Change-Id: Id0987ea9e7929777c887ceea6757ec00b3bf18ae
This commit is contained in:
Moriel Schottlender 2016-08-30 15:29:22 -07:00
parent 81d06554b8
commit 311150a92d

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;
}
}