fix(web): remove black bezels + better integrate ActivityStatus (#10667)

* remove black bezels + better integrate activity status

* remove justify-self-end + mr-4 → mr-3 (closer to desired spacing)

* clean up

* clean up some more

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
pyorot
2024-07-01 15:05:49 +01:00
committed by GitHub
parent 783088afbe
commit f5164b42e0
4 changed files with 3 additions and 15 deletions

View File

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