mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): improve asset name readability in dark mode (#19012)
This commit is contained in:
parent
acca040524
commit
28e05537bd
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@
|
||||||
/>
|
/>
|
||||||
{#if showAssetName && !isTimelineAsset(currentAsset)}
|
{#if showAssetName && !isTimelineAsset(currentAsset)}
|
||||||
<div
|
<div
|
||||||
class="absolute text-center p-1 text-xs font-mono font-semibold w-full bottom-0 bg-linear-to-t bg-slate-50/75 overflow-clip text-ellipsis whitespace-pre-wrap"
|
class="absolute text-center p-1 text-xs font-mono font-semibold w-full bottom-0 bg-linear-to-t bg-slate-50/75 dark:bg-slate-800/75 overflow-clip text-ellipsis whitespace-pre-wrap"
|
||||||
>
|
>
|
||||||
{currentAsset.originalFileName}
|
{currentAsset.originalFileName}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue