Skip to content

Commit

Permalink
fix(web): missing margin on people page (#8081)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan13310 committed Mar 20, 2024
1 parent e810aae commit 0544c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/(user)/people/[personId]/+page.svelte
Expand Up @@ -434,7 +434,7 @@
{/if}
</header>

<main class="relative h-screen overflow-hidden bg-immich-bg pt-[var(--navbar-height)] dark:bg-immich-dark-bg">
<main class="relative h-screen overflow-hidden bg-immich-bg ml-4 pt-[var(--navbar-height)] dark:bg-immich-dark-bg">
{#key refreshAssetGrid}
<AssetGrid
{assetStore}
Expand Down

0 comments on commit 0544c68

Please sign in to comment.