mirror of
https://github.com/immich-app/immich.git
synced 2026-07-28 14:47:30 -07:00
fix(web): improve slideshow controls visibility on bright backgrounds (#29950)
Co-authored-by: priyanshuANDcoad <priyanshu23154050@akgec.ac.in>
This commit is contained in:
co-authored by
priyanshuANDcoad
parent
943bfafb7a
commit
b70cb58bc8
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user