mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-27 22:54:18 +00:00
fix: layout
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user