fix(web): missing margin on people page (#8081)

This commit is contained in:
Ethan Margaillan
2024-03-20 13:29:30 +01:00
committed by GitHub
parent e810aae212
commit 0544c687b9

View File

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