diff --git a/template/module/journey_sec.pug b/template/module/journey_nav.pug similarity index 89% rename from template/module/journey_sec.pug rename to template/module/journey_nav.pug index 5b8fd78..3a2ed78 100644 --- a/template/module/journey_sec.pug +++ b/template/module/journey_nav.pug @@ -1,4 +1,4 @@ -draggable.list-group.bg-dark( +draggable.scroll-content.list-group.bg-dark( tag="div", :list="journey.data.main", handle=".handle" @@ -16,5 +16,5 @@ draggable.list-group.bg-dark( ) .list-group-item.bg-white(@click="journey.add_leg()") - .text Add Section + .text Add Leg i.fa.fa-plus.add(style="top: 12px; right: 5px; position: absolute")