mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
revert: "feat(web): wasm justified layout" (#19226)
This commit is contained in:
parent
0684a3ada4
commit
4c69511225
13 changed files with 145 additions and 106 deletions
|
|
@ -377,11 +377,13 @@ export class TimelineManager {
|
|||
}
|
||||
|
||||
createLayoutOptions() {
|
||||
const viewportWidth = this.viewportWidth;
|
||||
|
||||
return {
|
||||
spacing: 2,
|
||||
heightTolerance: 0.3,
|
||||
heightTolerance: 0.15,
|
||||
rowHeight: this.#rowHeight,
|
||||
rowWidth: Math.floor(this.viewportWidth),
|
||||
rowWidth: Math.floor(viewportWidth),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue