|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The values have slightly changed:
- Tablet breakpoint is decreased by 80px,
pushing lesser devices into a mobile only experience but
should make barely a difference to vast majority of our users.
- Biggest difference is in `min-width-breakpoint-desktop`,
which is increased by 120px in comparison to
`@width-breakpoint-desktop: 1000px` before.
- This is also changing values in `Skin::initPage` and
'mediawiki.page.ready/ready.js', which contain an old workaround
for iPad meta viewport values. Bringing the function
to the same values as the new breakpoints.
Also changing accompanying comments for clarifying better what code is
here for.
Bug: T349793
Change-Id: I3afba8c51f60de9271054499bfa3ffbcc1a9d779
|