aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-04 20:46:36 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-04 20:46:36 +1000
commit6adc1e2696ec997c2e6b74043e06cfd87c6486c1 (patch)
tree4a925de1285672bfc00eb083209ad0e09dca8eb1 /src/lib.ts
parent567a21a8d0498f467f558d9ec1a6db8f1b52c0e6 (diff)
Add help-info content
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.ts b/src/lib.ts
index 566e24a..ee2103e 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -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