mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: container padding (#19316)
This commit is contained in:
parent
bce4f93c90
commit
dd8969cb7d
8 changed files with 35 additions and 34 deletions
|
|
@ -96,6 +96,7 @@ export function justifiedLayout(assets: (TimelineAsset | AssetResponseDto)[], op
|
|||
containerWidth: options.rowWidth,
|
||||
boxSpacing: options.spacing,
|
||||
targetRowHeightTolerange: options.heightTolerance,
|
||||
containerPadding: 0,
|
||||
};
|
||||
|
||||
const result = createJustifiedLayout(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue