Merge "Change limited-width toggle to appear at 1400px"

This commit is contained in:
jenkins-bot 2023-01-23 18:29:01 +00:00 committed by Gerrit Code Review
commit 1ebe553429

View file

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