feat(web): improve page header + scrolling (#2453)

* fix: line to edge of screen

* refactor: user layout page
This commit is contained in:
Jason Rasmussen
2023-05-17 15:45:16 -04:00
committed by GitHub
parent 35c4887e4a
commit 4a0052026f
7 changed files with 129 additions and 132 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
};
</script>
<UserPageLayout user={data.user} hideNavbar={isMultiSelectionMode}>
<UserPageLayout user={data.user} hideNavbar={isMultiSelectionMode} title={data.meta.title}>
<!-- Empty Message -->
{#if $archivedAsset.length === 0}
<EmptyPlaceholder