[PR #11729] fix(web): single row of items #13342

Closed
opened 2026-02-05 15:13:04 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/11729

State: closed
Merged: Yes


Single rows of items (such as on the explore page) have several issues:

  • Requires manual size calculation
  • Doesn't fill the entire row
  • Shows too few or too many items when zooming

Fixed by using grid instead of flexbox and using an action that automatically calculates the amount of items that fit. The width of the first item will be used and it assumes all items have equal width.

explore-page-items

**Original Pull Request:** https://github.com/immich-app/immich/pull/11729 **State:** closed **Merged:** Yes --- Single rows of items (such as on the explore page) have several issues: - Requires manual size calculation - Doesn't fill the entire row - Shows too few or too many items when zooming Fixed by using grid instead of flexbox and using an action that automatically calculates the amount of items that fit. The width of the first item will be used and it assumes all items have equal width. ![explore-page-items](https://github.com/user-attachments/assets/c86511ac-9f1d-43e5-b83e-20a8e8fd6d11)
OVERLORD added the pull-request label 2026-02-05 15:13:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#13342