File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
apps/frontend/src/pages/news/changelog/[product]
packages/ui/src/components/base Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,8 @@ if (!changelogEntry.value) {
39
39
>
40
40
<ChevronLeftIcon /> View full changelog
41
41
</nuxt-link >
42
- <Timeline fade-out-end :fade-out-start =" !isFirst" :class =" { '-mt-8': !isFirst }" >
43
- <ChangelogEntry
44
- :entry =" changelogEntry"
45
- :first =" isFirst"
46
- show-type
47
- :class =" { 'mt-8': !isFirst }"
48
- />
42
+ <Timeline fade-out-end :fade-out-start =" !isFirst" >
43
+ <ChangelogEntry :entry =" changelogEntry" :first =" isFirst" show-type />
49
44
</Timeline >
50
45
</div >
51
46
</template >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ withDefaults(
48
48
mask-image : linear-gradient (
49
49
to bottom ,
50
50
transparent 0% ,
51
- black 8 rem ,
51
+ black ,
52
52
black calc (100% - 8rem ),
53
53
transparent 100%
54
54
);
You can’t perform that action at this time.
0 commit comments