Skip to content

Commit d38ce2d

Browse files
committed
fix(changelog): keep title in container on very large screens
1 parent 96a2e6f commit d38ce2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/changelog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function copyRelease(release: Release) {
6161
<div class="relative border-b border-default xl:border-b-0 xl:sticky xl:inset-y-0 xl:h-screen overflow-hidden">
6262
<div class="absolute -right-1/2 z-[-1] rounded-full bg-primary blur-[300px] size-60 sm:size-100 transform -translate-y-1/2 top-1/2" />
6363

64-
<div class="h-full flex flex-col justify-center px-6 sm:px-12 lg:px-16 py-12 sm:py-16">
64+
<div class="h-full flex flex-col justify-center px-6 sm:px-12 lg:px-16 py-12 sm:py-16 xl:ps-[max(2rem,calc((100vw-var(--ui-container))/2+2rem))]">
6565
<h1 class="text-4xl sm:text-5xl font-bold text-highlighted tracking-tight">
6666
{{ title }}
6767
</h1>

0 commit comments

Comments
 (0)