mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Adjust Special:Notifications width for small screens
Bug: T141949 Change-Id: Id0987ea9e7929777c887ceea6757ec00b3bf18ae
This commit is contained in:
parent
81d06554b8
commit
311150a92d
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue