[PR #18613] fix(web): center memory lane buttons #15768

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

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

State: closed
Merged: Yes


Description

Centers the memory lane buttons, especially on mobile they were way off center.

I also changed the height by 1px to make centering more accurate, hope that's okay.

How Has This Been Tested?

  • Manual test in Firefox and Chrome

Screenshots

before after
Screenshot from 2025-05-25 19-50-13 Screenshot from 2025-05-25 19-50-08
Screenshot from 2025-05-25 19-50-34 Screenshot from 2025-05-25 19-50-42

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)
**Original Pull Request:** https://github.com/immich-app/immich/pull/18613 **State:** closed **Merged:** Yes --- ## Description Centers the memory lane buttons, especially on mobile they were way off center. I also changed the height by `1px` to make centering more accurate, hope that's okay. <!--- Describe your changes in detail --> <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How Has This Been Tested? <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> - [x] Manual test in Firefox and Chrome <details><summary><h2>Screenshots</h2></summary> | before | after | |--------|-------| |![Screenshot from 2025-05-25 19-50-13](https://github.com/user-attachments/assets/57d236f5-aa48-44a9-b0cd-1b3ab10ed955)|![Screenshot from 2025-05-25 19-50-08](https://github.com/user-attachments/assets/32cbbbb0-c27a-4df5-af78-aed00fbcd65d)| |![Screenshot from 2025-05-25 19-50-34](https://github.com/user-attachments/assets/414b7d99-d0a9-47a8-b74e-438d27437758)|![Screenshot from 2025-05-25 19-50-42](https://github.com/user-attachments/assets/d2fe7101-6f45-4c4a-bc51-036ec318b408)| </details> <!-- API endpoint changes (if relevant) ## API Changes The `/api/something` endpoint is now `/api/something-else` --> ## Checklist: - [x] I have performed a self-review of my own code - [x] I have made corresponding changes to the documentation if applicable - [x] I have no unrelated changes in the PR. - [x] I have confirmed that any new dependencies are strictly necessary. - [x] I have written tests for new code (if applicable) - [x] I have followed naming conventions/patterns in the surrounding code - [x] All code in `src/services/` uses repositories implementations for database calls, filesystem operations, etc. - [x] All code in `src/repositories/` is pretty basic/simple and does not have any immich specific logic (that belongs in `src/services/`)
OVERLORD added the pull-request label 2026-02-05 15:54:09 +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#15768