mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): improve slideshow controls visibility on bright backgrounds (#29950)
Co-authored-by: priyanshuANDcoad <priyanshu23154050@akgec.ac.in>
This commit is contained in:
parent
943bfafb7a
commit
b70cb58bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@
|
|||
|
||||
{#if showControls}
|
||||
<div
|
||||
class="dark m-4 flex gap-2"
|
||||
class="dark m-4 flex gap-2 rounded-3xl bg-black/40 px-2 backdrop-blur-sm"
|
||||
onmouseenter={() => (isOverControls = true)}
|
||||
onmouseleave={() => (isOverControls = false)}
|
||||
transition:fly={{ duration: 150 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue