fix: layout

This commit is contained in:
shadcn
2025-12-09 00:40:19 +04:00
parent 8ba883738e
commit 480a6cdb37
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export function GitHubLink() {
<Button asChild size="sm" variant="ghost" className="h-8 shadow-none">
<Link href={siteConfig.links.github} target="_blank" rel="noreferrer">
<Icons.gitHub />
<React.Suspense fallback={<Skeleton className="h-4 w-8" />}>
<React.Suspense fallback={<Skeleton className="h-4 w-[42px]" />}>
<StarsCount />
</React.Suspense>
</Link>

View File

@@ -158,7 +158,7 @@
}
[data-slot="layout"] {
@apply 3xl:p-2 3xl:fixed:p-0 overscroll-none;
@apply overscroll-none;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {