aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
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>