mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Adjust Special:Notifications width for small screens"
This commit is contained in:
commit
8c03fbb0e4
|
@ -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