Closed
Bug 1570328
Opened 6 years ago
Closed 5 years ago
Add an intervention for developer.apple.com
Categories
(Web Compatibility :: Interventions, enhancement)
Web Compatibility
Interventions
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ksenia, Assigned: ksenia)
References
()
Details
Add the following intervention
/* screen.css | https://developer.apple.com/library/archive/Resources/1282/CSS/screen.css */
@media only screen and (min-device-width: 320px) and (max-device-width: 980px), (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 320px) and (max-width: 980px), (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 320px) and (max-width: 980px) {
#tocContainer {
transform-origin: 0 0;
transform: scale(1.4);
width: 71.4%;
}
}
Assignee | ||
Updated•6 years ago
|
See Also: → 1538527
Summary: Add an intervention for → Add an intervention for developer.apple.com
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → kberezina
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
PR is merged on github
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•