From 6a21aa07c0bd6f601206cc12e659ebd6319364b6 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 18 Dec 2022 22:24:00 +1100 Subject: Make BaseLine spans more visible Increase min-length to 3px, add margin around BaseLine Fix non-visibility on startup --- src/App.vue | 2 +- src/components/BaseLine.vue | 11 ++++++++--- src/components/TimeLine.vue | 6 ++++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index f0eb9bb..e50c980 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,7 +23,7 @@ class="grow basis-full min-h-0 outline outline-1" @remove="onTimelineRemove(idx)" @state-chg="onTimelineChg($event, idx)" @event-req="onEventReq" @event-display="onEventDisplay($event, idx)"/> - + diff --git a/src/components/BaseLine.vue b/src/components/BaseLine.vue index 0187b20..8730d90 100644 --- a/src/components/BaseLine.vue +++ b/src/components/BaseLine.vue @@ -1,6 +1,6 @@