diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-04 20:46:36 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-04 20:46:36 +1000 |
| commit | 6adc1e2696ec997c2e6b74043e06cfd87c6486c1 (patch) | |
| tree | 4a925de1285672bfc00eb083209ad0e09dca8eb1 /src/lib.ts | |
| parent | 567a21a8d0498f467f558d9ec1a6db8f1b52c0e6 (diff) | |
Add help-info content
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ export type UiOptions = { export function getDefaultLytOpts(): LayoutOptions { let screenSz = getBreakpoint(); return { - tileSpacing: screenSz == 'sm' ? 6 : 10, //px + tileSpacing: screenSz == 'sm' ? 6 : 9, //px headerSz: screenSz == 'sm' ? 18 : 22, // px minTileSz: 50, // px maxTileSz: 200, // px |
