Skip to content

Commit

Permalink
Some style and content tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
junjizhi committed Jun 8, 2021
1 parent d6ab83b commit 79ba579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion dev/serve.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default Vue.extend({
{
timestamp: Date.parse('2021-05-28T20:20:46.444Z'),
title: 'Voluptate pariatur dolore laborum eu',
content: 'Et cillum ullamco mollit commodo ullamco non duis elit sit nisi aliquip excepteur fugiat.',
link: '#'
},
{
Expand Down
7 changes: 3 additions & 4 deletions src/bootstrap-vue-timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ export default /*#__PURE__*/{

<div class="item-content">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">
<h5 class="mt-2 mb-1">
{{ item.title }}
</h5>
<small
:id="timestampElementId(item)"
class="mt-2"
> {{ formatAgo(item.timestamp) }}</small>

<b-tooltip
Expand All @@ -61,10 +62,8 @@ export default /*#__PURE__*/{
</div>

<small class="mb-1">
{{ item.content }}
{{ item.content || '' }}
</small>

<small>Donec id elit non mi porta.</small>
</div>
</b-list-group-item>
</b-list-group>
Expand Down

0 comments on commit 79ba579

Please sign in to comment.