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

View File

@@ -40,7 +40,7 @@
</AssetSelectControlBar>
{/if}
<UserPageLayout user={data.user} hideNavbar={isMultiSelectionMode}>
<UserPageLayout user={data.user} hideNavbar={isMultiSelectionMode} title={data.meta.title}>
<section>
<!-- Empty Message -->
{#if favorites.length === 0}