mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: use correct tailwindcss class (#23054)
This commit is contained in:
parent
0700758621
commit
06151ad173
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@
|
||||||
class={[
|
class={[
|
||||||
{ 'border-b-2': isDragging },
|
{ 'border-b-2': isDragging },
|
||||||
{ 'rounded-bl-md': !isDragging },
|
{ 'rounded-bl-md': !isDragging },
|
||||||
'bg-light truncate opacity-85 pointer-events-none absolute end-0 min-w-20 max-w-64 w-fit rounded-ss-md border-immich-primary py-1 px-1 text-sm font-medium shadow-[0_0_8px_rgba(0,0,0,0.25)] dark:border-immich-dark-primary dark:text-immich-dark-fg z-1',
|
'bg-light truncate opacity-85 pointer-events-none absolute end-0 min-w-20 max-w-64 w-fit rounded-ss-md border-b-2 border-primary py-1 px-1 text-sm font-medium shadow-[0_0_8px_rgba(0,0,0,0.25)] z-1',
|
||||||
]}
|
]}
|
||||||
style:top="{hoverY + 2}px"
|
style:top="{hoverY + 2}px"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue