Skip to content

Commit 480a6cd

Browse files
committed
fix: layout
1 parent 8ba8837 commit 480a6cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/v4/components/github-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function GitHubLink() {
1111
<Button asChild size="sm" variant="ghost" className="h-8 shadow-none">
1212
<Link href={siteConfig.links.github} target="_blank" rel="noreferrer">
1313
<Icons.gitHub />
14-
<React.Suspense fallback={<Skeleton className="h-4 w-8" />}>
14+
<React.Suspense fallback={<Skeleton className="h-4 w-[42px]" />}>
1515
<StarsCount />
1616
</React.Suspense>
1717
</Link>

apps/v4/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
}
159159

160160
[data-slot="layout"] {
161-
@apply 3xl:p-2 3xl:fixed:p-0 overscroll-none;
161+
@apply overscroll-none;
162162
}
163163

164164
@supports (font: -apple-system-body) and (-webkit-appearance: none) {

0 commit comments

Comments
 (0)