diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
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> |
