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:
mgabor 2024-04-14 04:41:00 +02:00 committed by GitHub
parent ded01401f8
commit 87a36846f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View file

@ -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}

View file

@ -29,7 +29,11 @@
};
</script>
<div transition:fade={{ duration: 150 }} class="flex h-full select-none place-content-center place-items-center">
<div
transition:fade={{ duration: 150 }}
class="flex select-none place-content-center place-items-center"
style="height: calc(100% - 64px)"
>
<video
bind:this={element}
autoplay