Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout: ensure lines are not higher than they must be | bptato | 2024-03-26 | 1 | -0/+3 |
| | | | | | | This is still a more conservative approach than completely disabling line-height. It seems to work better than preserving rounded line-height in all cases, anyway. | ||||
* | layout: round atom offsets too | bptato | 2024-02-28 | 1 | -0/+3 |
| | | | | | it is useful to round them so that they don't get positioned somewhere in the middle of a line (which is rounded to the same precision as well) | ||||
* | Fix bug in media-query parsing | bptato | 2023-07-04 | 1 | -20/+25 |
| | | | | This fixes interpretation of "@media (min/max-width: 1234px)". | ||||
* | Use LayoutUnit in layout | bptato | 2023-07-04 | 1 | -0/+48 |
Reduces ugly rendering caused by rounding errors. |