[PR #3800] [MERGED] Use proper text/drop shadow on tree-dots icon and face name #10120

Closed
opened 2026-02-05 14:16:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3800
Author: @daniele-athome
Created: 8/20/2023
Status: Merged
Merged: 8/21/2023
Merged by: @alextran1502

Base: mainHead: fix/legible-text-shadow


📝 Commits (1)

  • 4522fd6 Use proper text/drop shadow on tree-dots icon and face name

📊 Changes

3 files changed (+13 additions, -3 deletions)

View changed files

📝 web/src/app.css (+8 -0)
📝 web/src/lib/components/album-page/album-card.svelte (+1 -1)
📝 web/src/lib/components/faces-page/people-card.svelte (+4 -2)

📄 Description

Fix #3719.

Before After
text-shadow-before text-shadow-after

The same was also applied to the three-dots icon in the album list.

I'm not a UI expert but I did some trial and error and this is the best result I could come up with.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/3800 **Author:** [@daniele-athome](https://github.com/daniele-athome) **Created:** 8/20/2023 **Status:** ✅ Merged **Merged:** 8/21/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/legible-text-shadow` --- ### 📝 Commits (1) - [`4522fd6`](https://github.com/immich-app/immich/commit/4522fd6f80174ed74354efaf45232249bdcfff16) Use proper text/drop shadow on tree-dots icon and face name ### 📊 Changes **3 files changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `web/src/app.css` (+8 -0) 📝 `web/src/lib/components/album-page/album-card.svelte` (+1 -1) 📝 `web/src/lib/components/faces-page/people-card.svelte` (+4 -2) </details> ### 📄 Description Fix #3719. | Before | After | |--------|--------| | ![text-shadow-before](https://github.com/immich-app/immich/assets/3763726/5f09269d-6e97-4577-bdd4-b01d961b4d4b) | ![text-shadow-after](https://github.com/immich-app/immich/assets/3763726/2e7ff3ed-6086-4c93-9307-c0b319bee8bf) | The same was also applied to the three-dots icon in the album list. I'm not a UI expert but I did some trial and error and this is the best result I could come up with. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:16:20 +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#10120