v0.10.302 #2

Merged
didirus merged 289 commits from feature-clean into beta 2025-07-08 15:00:09 +00:00
2 changed files with 3 additions and 8 deletions
Showing only changes of commit 32920dd825 - Show all commits

View File

@@ -39,13 +39,8 @@ if (!changelogEntry.value) {
>
<ChevronLeftIcon /> View full changelog
</nuxt-link>
<Timeline fade-out-end :fade-out-start="!isFirst" :class="{ '-mt-8': !isFirst }">
<ChangelogEntry
:entry="changelogEntry"
:first="isFirst"
show-type
:class="{ 'mt-8': !isFirst }"
/>
<Timeline fade-out-end :fade-out-start="!isFirst">
<ChangelogEntry :entry="changelogEntry" :first="isFirst" show-type />
</Timeline>
</div>
</template>

View File

@@ -48,7 +48,7 @@ withDefaults(
mask-image: linear-gradient(
to bottom,
transparent 0%,
black 8rem,
black,
black calc(100% - 8rem),
transparent 100%
);