We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba8837 commit 480a6cdCopy full SHA for 480a6cd
apps/v4/components/github-link.tsx
@@ -11,7 +11,7 @@ export function GitHubLink() {
11
<Button asChild size="sm" variant="ghost" className="h-8 shadow-none">
12
<Link href={siteConfig.links.github} target="_blank" rel="noreferrer">
13
<Icons.gitHub />
14
- <React.Suspense fallback={<Skeleton className="h-4 w-8" />}>
+ <React.Suspense fallback={<Skeleton className="h-4 w-[42px]" />}>
15
<StarsCount />
16
</React.Suspense>
17
</Link>
apps/v4/styles/globals.css
@@ -158,7 +158,7 @@
158
}
159
160
[data-slot="layout"] {
161
- @apply 3xl:p-2 3xl:fixed:p-0 overscroll-none;
+ @apply overscroll-none;
162
163
164
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
0 commit comments