mirror of
https://github.com/immich-app/immich.git
synced 2025-11-12 09:36:50 -05:00
fix: add to multi album selection (#21061)
This commit is contained in:
parent
47566c1a4a
commit
cda7249a6a
@ -128,7 +128,7 @@
|
|||||||
type="button"
|
type="button"
|
||||||
onclick={onAlbumClick}
|
onclick={onAlbumClick}
|
||||||
use:scrollIntoViewIfSelected
|
use:scrollIntoViewIfSelected
|
||||||
class="flex gap-4 px-2 py-2 text-start"
|
class="flex w-full gap-4 px-2 py-2 text-start"
|
||||||
class:bg-gray-200={selected}
|
class:bg-gray-200={selected}
|
||||||
class:dark:bg-gray-700={selected}
|
class:dark:bg-gray-700={selected}
|
||||||
use:longPress={{ onLongPress: () => handleMultiSelectClicked() }}
|
use:longPress={{ onLongPress: () => handleMultiSelectClicked() }}
|
||||||
@ -158,7 +158,7 @@
|
|||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onclick={handleMultiSelectClicked}
|
onclick={handleMultiSelectClicked}
|
||||||
class="p-3 focus:outline-none hover:cursor-pointer"
|
class="absolute right-0 top-4 p-3 focus:outline-none hover:cursor-pointer"
|
||||||
role="checkbox"
|
role="checkbox"
|
||||||
tabindex={-1}
|
tabindex={-1}
|
||||||
aria-checked={selected}
|
aria-checked={selected}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user