whisper-money/resources
Víctor Falcón 0424c73755 fix(transactions): pad Category column when Date column is hidden
The Category column carried a static pl-0 to sit tight after the Date
column. When the Date column is toggled off, Category becomes the
leftmost data column and pl-0 left it flush against the table edge.

#582 tried a CSS first:pl-2, but the always-rendered select cell
(hidden md:table-cell) stays the DOM :first-child, so it never matched.
Drive the padding from the Date column's visibility instead: keep pl-0
while Date is shown, restore pl-2 when it is hidden.
2026-06-22 18:41:04 +02:00
..
css fix(ui): make input borders visible in dark mode (#571) 2026-06-20 17:30:19 +00:00
js fix(transactions): pad Category column when Date column is hidden 2026-06-22 18:41:04 +02:00
views feat(drip): email users stuck on the paywall a day after onboarding (#562) 2026-06-19 14:11:12 +00:00