From f3381bf8f09f20272f78537f32d83720cd39a2eb Mon Sep 17 00:00:00 2001 From: sora-ext Date: Thu, 27 Feb 2025 17:32:32 +0100 Subject: [PATCH] Update template/module/journey_nav.pug --- template/module/{journey_sec.pug => journey_nav.pug} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename template/module/{journey_sec.pug => journey_nav.pug} (89%) 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")