mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 16:41:59 +00:00
fix(web): missing margin on people page (#8081)
This commit is contained in:
parent
e810aae212
commit
0544c687b9
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
</header>
|
</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}
|
{#key refreshAssetGrid}
|
||||||
<AssetGrid
|
<AssetGrid
|
||||||
{assetStore}
|
{assetStore}
|
||||||
|
|
Loading…
Reference in a new issue