chatgpt codex + cascade: update
This commit is contained in:
@@ -74,7 +74,7 @@ export default function GamePageContent({
|
||||
return (
|
||||
<div className="page-container py-6 space-y-6">
|
||||
<div className="grid gap-6 lg:grid-cols-[2fr_1fr]">
|
||||
<div className="panel overflow-hidden aspect-video">
|
||||
<div className="panel overflow-hidden aspect-video rounded-full bg-black!">
|
||||
<LazyLoadedImage
|
||||
imgId={`GameThumbnail_${game.rootPlaceId}`}
|
||||
alt={game.name}
|
||||
|
||||
@@ -3,10 +3,7 @@
|
||||
|
||||
body {
|
||||
font-family:
|
||||
var(--font-geist-sans),
|
||||
"SF Pro Display",
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
var(--font-geist-sans), "SF Pro Display", "Segoe UI", sans-serif;
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
background-attachment: fixed;
|
||||
@@ -14,11 +11,7 @@ body {
|
||||
}
|
||||
|
||||
.font-super-mono {
|
||||
font-family:
|
||||
var(--font-geist-mono),
|
||||
"SF Mono",
|
||||
"Segoe UI Mono",
|
||||
monospace;
|
||||
font-family: var(--font-geist-mono), "SF Mono", "Segoe UI Mono", monospace;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
@@ -140,7 +133,9 @@ body {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: hsl(var(--primary) / 0.35);
|
||||
text-underline-offset: 0.18em;
|
||||
transition: color 150ms ease, text-decoration-color 150ms ease;
|
||||
transition:
|
||||
color 150ms ease,
|
||||
text-decoration-color 150ms ease;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration-color: hsl(var(--primary) / 0.85);
|
||||
|
||||
@@ -20,7 +20,6 @@ const geistMono = Geist_Mono({
|
||||
subsets: ["latin"]
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Home | Roblox",
|
||||
description:
|
||||
|
||||
@@ -23,8 +23,6 @@ function ProfileMoreDetails({ profile }: { profile: UserProfileDetails }) {
|
||||
return (
|
||||
<>
|
||||
{!theirFriends && <Skeleton className="w-full h-64" />}
|
||||
{/*
|
||||
//@ts-expect-error */}
|
||||
<FriendCarousel
|
||||
title="Friends"
|
||||
className="overflow-visible"
|
||||
|
||||
Reference in New Issue
Block a user