From 98c99677eb922587fde8c19a9a1190529cd432a7 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Fri, 24 Jun 2022 02:28:38 +1000 Subject: Fix tileAreaOffset setting not working --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index ec9e733..428033f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -83,7 +83,7 @@ function getDefaultUiOpts(){ nonleafHeaderBgColor: '#1c1917', // For other components appBgColor: '#292524', - tileAreaOffset: 5, //px (space between root tile and display boundary) + tileAreaOffset: screenSz == 'sm' ? 6 : 10, //px (space between root tile and display boundary) scrollGap: getScrollBarWidth(), ancestryBarImgSz: 100, //px ancestryBarBgColor: '#44403c', @@ -889,7 +889,7 @@ export default defineComponent({
-

Tree of Life

+

Tree of Life

@@ -924,7 +924,7 @@ export default defineComponent({ @ancestor-click="onDetachedAncestorClick" @info-click="onInfoClick"/>
-
+