mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
fix: container padding (#19316)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user