Card Layout Fixes
Card layouts now size more consistently and keep action icons visible on touch devices.
This update smooths out a handful of card layout issues introduced around the recent responsive UI work in v0.34.0.
What changed
Cards now resize more consistently across grid, list, and compact views. The main goal was to reduce awkward jumps in layout as the viewport changes, especially around tablet widths.
Horizontal cards now keep a consistent width within a row, including single-column layouts where they were previously appearing uneven.
We also fixed an interaction issue on touch devices: favorite and compare actions now stay visible in compact and list views, even on larger touchscreens where hover-based controls are not practical.
Why it matters
These are small changes, but they make browsing datasets feel more stable and predictable:
- card layouts transition more smoothly between 1, 2, and 3 columns
- list and compact views behave better on tablets and touch laptops
- action buttons remain accessible without relying on hover
This release is mostly polish, but it should make finder pages feel noticeably more solid in everyday use.