Place pages edge to edge with no gap #4
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ export interface Rect {
|
|||
height: number;
|
||||
}
|
||||
|
||||
export const GAP = 40;
|
||||
// Pages touch edge to edge; rows of mixed sizes stay centred, so it reads like a loose grid.
|
||||
export const GAP = 0;
|
||||
|
||||
export function layout(tree: Tree, sizeOf: (id: string) => Size): Map<string, Rect> {
|
||||
const rects = new Map<string, Rect>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue