aboutsummaryrefslogtreecommitdiff
path: root/src/components/AncestryBar.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-24 21:36:32 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-24 21:36:32 +1000
commit26542c5638fb0201f038c99fb0fa34a46119e8ae (patch)
treecdd0d6ba05b3adec2d5502497f3a051486d91df8 /src/components/AncestryBar.vue
parent1d75570324abe035cdae61a261cfb63d8ed6550f (diff)
Adjust some option names
Diffstat (limited to 'src/components/AncestryBar.vue')
-rw-r--r--src/components/AncestryBar.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AncestryBar.vue b/src/components/AncestryBar.vue
index c973195..a5bb1c0 100644
--- a/src/components/AncestryBar.vue
+++ b/src/components/AncestryBar.vue
@@ -29,8 +29,8 @@ export default defineComponent({
// For child layout
display: 'flex',
flexDirection: this.vert ? 'column' : 'row',
- gap: this.uiOpts.ancestryTileMargin + 'px',
- padding: this.uiOpts.ancestryTileMargin + 'px',
+ gap: this.uiOpts.ancestryTileGap + 'px',
+ padding: this.uiOpts.ancestryTileGap + 'px',
// Other
backgroundColor: this.uiOpts.ancestryBarBgColor,
boxShadow: this.uiOpts.shadowNormal,