feat: add a final spacer to the timeline

This commit is contained in:
Adrien Marquès 2022-10-11 12:01:04 +02:00
parent 56eef15dc2
commit 48da61765a
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@
<div :key="'joint-stop-'+proj.name" class='joint-stop' /> <div :key="'joint-stop-'+proj.name" class='joint-stop' />
</template> </template>
<div class='spacer' />
</div> </div>
</template> </template>