mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: upgrade to tailwind v4 (#18353)
This commit is contained in:
parent
c411c1472a
commit
56156b97e7
48 changed files with 930 additions and 733 deletions
|
|
@ -497,7 +497,7 @@
|
|||
/>
|
||||
{#if showAssetName && !isTimelineAsset(currentAsset)}
|
||||
<div
|
||||
class="absolute text-center p-1 text-xs font-mono font-semibold w-full bottom-0 bg-gradient-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 overflow-clip text-ellipsis whitespace-pre-wrap"
|
||||
>
|
||||
{currentAsset.originalFileName}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue