waldyrious / downstyler

A stylesheet and bookmarklet that trims webpage styles down to near-bare HTML.
http://waldyrious.net/downstyler
ISC License
29 stars 5 forks source link

improve mobile style #6

Closed waldyrious closed 8 years ago

waldyrious commented 8 years ago
waldyrious commented 8 years ago

I wonder if there's a way to fix this using only css, though...

waldyrious commented 8 years ago

I wonder if there's a way to fix this using only css, though...

There is!

@viewport {
    width: device-width;
    initial-scale: 1;
}

It's not ready for primetime yet, but I should include it nevertheless.

waldyrious commented 7 years ago

For convenience, here are the bug tracker issues related to native implementation in CSS: