mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
In some sections of the code, previously would use the values passed to `grid-column-start`, `grid-row-end`, etc. literally. Since these values start at grid-column 1 instead of 0 (as represented in most areas in the code), this made the code unnecessarily complicated. Now the values are zero-indexed from the getgo.
101 KiB
101 KiB