From 615003d0fac866f3d2fe0486e140019c95cd8068 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 10 Oct 2022 14:07:07 +1100 Subject: Make TimeLine track own sizing --- src/App.vue | 13 ++----------- src/components/TimeLine.vue | 33 +++++++++++++++++++++++---------- 2 files changed, 25 insertions(+), 21 deletions(-) (limited to 'src') diff --git a/src/App.vue b/src/App.vue index cfd9084..3d63d21 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,18 +16,9 @@ -
+
+ class="grow basis-full min-h-0 outline outline-1" :vert="vert" @close="onTimelineClose(idx)"/>
diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index 187d915..7684bbc 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -1,11 +1,10 @@