fix: changelog margins overlapping link (#3593)
* fix: changelog margins overlapping link * dont start gradient 8rem away
This commit is contained in:
parent
2d5d2d5df8
commit
32920dd825
@ -39,13 +39,8 @@ if (!changelogEntry.value) {
|
|||||||
>
|
>
|
||||||
<ChevronLeftIcon /> View full changelog
|
<ChevronLeftIcon /> View full changelog
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
<Timeline fade-out-end :fade-out-start="!isFirst" :class="{ '-mt-8': !isFirst }">
|
<Timeline fade-out-end :fade-out-start="!isFirst">
|
||||||
<ChangelogEntry
|
<ChangelogEntry :entry="changelogEntry" :first="isFirst" show-type />
|
||||||
:entry="changelogEntry"
|
|
||||||
:first="isFirst"
|
|
||||||
show-type
|
|
||||||
:class="{ 'mt-8': !isFirst }"
|
|
||||||
/>
|
|
||||||
</Timeline>
|
</Timeline>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -48,7 +48,7 @@ withDefaults(
|
|||||||
mask-image: linear-gradient(
|
mask-image: linear-gradient(
|
||||||
to bottom,
|
to bottom,
|
||||||
transparent 0%,
|
transparent 0%,
|
||||||
black 8rem,
|
black,
|
||||||
black calc(100% - 8rem),
|
black calc(100% - 8rem),
|
||||||
transparent 100%
|
transparent 100%
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user