Skip to content

Commit

Permalink
wip: Provide a new timeline component #909
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 24, 2024
1 parent fa4ff45 commit 2011fdc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions core/client/components/collection/KTimeLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
<!-- Empty slot -->
<div v-else>
<slot name="empty">
<div class="row justify-center">
<KStamp
icon="las la-exclamation-circle"
icon-size="1.6rem"
:text="$t('KTimeLine.EMPTY_LABEL')"
direction="horizontal"
/>
</div>
<KStamp
icon="las la-exclamation-circle"
icon-size="4rem"
:text="$t('KTimeLine.EMPTY_LABEL')"
text-size="1.2rem"
direction="vertical"
class="absolute-center"
/>
</slot>
</div>
<!--
Expand Down

0 comments on commit 2011fdc

Please sign in to comment.