mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: person edit sidebar cursedness (#18318)
This commit is contained in:
parent
7146ec99b1
commit
585997d46f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
|
||||
<section
|
||||
transition:fly={{ x: 360, duration: 100, easing: linear }}
|
||||
class="absolute top-0 h-full w-[360px] overflow-x-hidden p-2 dark:text-immich-dark-fg"
|
||||
class="absolute top-0 h-full w-[360px] overflow-x-hidden p-2 dark:text-immich-dark-fg bg-light"
|
||||
>
|
||||
<div class="flex place-items-center justify-between gap-2">
|
||||
{#if !searchFaces}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue