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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.vue') 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)"/> - + -- cgit v1.2.3