mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(web): ✨ Rounded corners on selected assets (#3524)
* feat(web): ✨ Rounded corners on selected assets
Add rounded corner on selected items and fix circle icon transparent background on selection
* refactor: Ran prettier to fix formatting issues
This commit is contained in:
parent
e4e049d040
commit
01210dceac
3 changed files with 12 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
|||
export let enablePlayback = false;
|
||||
export let playbackOnIconHover = false;
|
||||
export let showTime = true;
|
||||
export let curve = false;
|
||||
export let playIcon = PlayCircleOutline;
|
||||
export let pauseIcon = PauseCircleOutline;
|
||||
|
||||
|
|
@ -68,6 +69,7 @@
|
|||
<video
|
||||
bind:this={player}
|
||||
class="h-full w-full object-cover"
|
||||
class:rounded-xl={curve}
|
||||
muted
|
||||
autoplay
|
||||
src={url}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue