You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-27 05:11:11 +02:00
fix(web): ui tweaks (#8757)
* remove height limit from user list for better scrolling * move slideshow button out from menu so that non-owners can see it #8383 * fix activity covering up video player controls #6191 * prettier --------- Co-authored-by: mgabor <>
This commit is contained in:
@ -649,7 +649,7 @@
|
||||
/>
|
||||
{/if}
|
||||
{#if $slideshowState === SlideshowState.None && isShared && ((album && album.isActivityEnabled) || numberOfComments > 0)}
|
||||
<div class="z-[9999] absolute bottom-0 right-0 mb-6 mr-6 justify-self-end">
|
||||
<div class="z-[9999] absolute bottom-0 right-0 mb-4 mr-6">
|
||||
<ActivityStatus
|
||||
disabled={!album?.isActivityEnabled}
|
||||
{isLiked}
|
||||
|
Reference in New Issue
Block a user