aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-10-09 22:58:12 +1100
committerTerry Truong <terry06890@gmail.com>2022-10-09 22:58:12 +1100
commit284bd0a3af5292ce104f9518c980960dd52bef6b (patch)
tree6d808b1f6294c491c0ebabbf513bdbb58f67c53d /src/App.vue
parent463026ba813f98c337ab473605049e0e7f5ccac7 (diff)
Add timeline horz/vert switching
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 880a046..73d74aa 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -14,7 +14,7 @@
</div>
<!-- Content area -->
<div class="grow min-h-0 bg-stone-800" ref="contentAreaRef">
- <time-line :width="contentWidth" :height="contentHeight"/>
+ <time-line :width="contentWidth" :height="contentHeight" :vert="contentHeight > contentWidth"/>
</div>
</div>
</template>