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 11, 2024
1 parent e177a65 commit 182180d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/client/components/collection/KTimeLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</template>
<template v-slot:subtitle>
<slot name="subtitle">
<div class="row justify-between items-center">
<div class="row items-center q-gutter-x-sm">
<span v-if="getTimestamp(item)">
{{ getTimestamp(item) }}
</span>
Expand Down Expand Up @@ -279,6 +279,7 @@ onBeforeUnmount(() => {
}
.q-timeline__subtitle {
margin-bottom: 0px;
opacity: 0.9;
}
.q-timeline__content {
padding-bottom: 16px;
Expand Down

0 comments on commit 182180d

Please sign in to comment.