aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-12-18 22:24:00 +1100
committerTerry Truong <terry06890@gmail.com>2022-12-18 22:24:00 +1100
commit6a21aa07c0bd6f601206cc12e659ebd6319364b6 (patch)
tree64f8ffa61d526583f7e636c9eb6edf190fbd18fb /src/App.vue
parent5db4ecc36e7409dcb1a91879ed6510bc74f6caa4 (diff)
Make BaseLine spans more visible
Increase min-length to 3px, add margin around BaseLine Fix non-visibility on startup
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 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)"/>
- <base-line :vert="vert" :timelines="timelines"/>
+ <base-line :vert="vert" :timelines="timelines" class='m-1 sm:m-2'/>
</div>
</div>
</template>