Waldir Pimenta

Results 753 comments of Waldir Pimenta

See #18 for a list of pages that use **tables for layout**, which is another challenge for Downstyle.

For reference, a list of test pages to test the style of HTML elements (just exhaustive examples of HTML elements, defined straightforwardly, with no quirks) is listed at https://github.com/waldyrious/downstyler/issues/29#issuecomment-1763555889.

As a quick hack, removing the `body { max-width: 40em }` rule improves the situation a bit, but the main content can become too wide to read comfortably. Perhaps something...

| Before | After | | ------ | ----- | | ![image](https://user-images.githubusercontent.com/478237/234063625-3b468de2-a143-448b-ab97-e29eedf4a1a6.png) | ![image](https://user-images.githubusercontent.com/478237/234063576-2ddf89c7-f0d2-49d0-8e43-6cbc86e1263f.png) |

I'm not yet sure about this. I'll let it sit for a while.

Looks like there might be a nice way to flatten tables revert to HTML's original 1D flow (vertically stacked blocks). From [this StackOverflow answer](https://stackoverflow.com/a/37834862/266309): ```css tr { display:flex; flex-wrap:wrap; }...

Actually, since the stylesheet isn't that big, why not embed it directly in the bookmarklet? Then it would be instant. So instead of adding a ``, the bookmarklet would add...

Nice, thanks! But I think it makes more sense to mention this as a second paragraph in the Usage section, rather than as a new section. And maybe shorten it...

Oh, wow! In all the years I've been using this, it never occurred to me to use a keyword (and I am a heavy user of bookmark keywords!). That's a...

> ctrl + L, ctrl + z, ctrl + z fixes that :) A bit cumbersome, but yeah, not all is lost :)