mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Merge "Change limited-width toggle to appear at 1400px"
This commit is contained in:
commit
1ebe553429
|
@ -10,9 +10,9 @@
|
|||
}
|
||||
|
||||
// Note on certain pages the control will have no effect e.g. Special:RecentChanges
|
||||
// Defining this at 1600px was a product decision so do not change it
|
||||
// (more context at https://phabricator.wikimedia.org/T319449#8346630)
|
||||
@media ( min-width: 1600px ) {
|
||||
// Defining this at 1400px is a product decision so do not change it
|
||||
// (more context at https://phabricator.wikimedia.org/T326887#8540889)
|
||||
@media ( min-width: 1400px ) {
|
||||
.vector-limited-width-toggle {
|
||||
display: block;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in a new issue