mirror of
https://github.com/immich-app/immich.git
synced 2026-05-25 00:52:31 -04:00
chore(web): refactor activity status (#26956)
* chore(web): refactor activity status * fix: size change --------- Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
+2
-2
@@ -439,8 +439,8 @@
|
||||
{/if}
|
||||
</Timeline>
|
||||
|
||||
{#if showActivityStatus && !activityManager.isLoading}
|
||||
<div class="absolute z-2 bottom-0 end-0 mb-6 me-6 justify-self-end">
|
||||
{#if showActivityStatus}
|
||||
<div class="absolute z-2 bottom-0 end-0 mb-6 me-12">
|
||||
<ActivityStatus
|
||||
disabled={!album.isActivityEnabled}
|
||||
isLiked={activityManager.isLiked}
|
||||
|
||||
Reference in New Issue
Block a user