chatgpt codex + cascade: update

This commit is contained in:
2025-12-28 11:12:59 +02:00
parent cc7b93c658
commit 30a903a2df
9 changed files with 32 additions and 40 deletions

View File

@@ -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}

View File

@@ -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);

View File

@@ -20,7 +20,6 @@ const geistMono = Geist_Mono({
subsets: ["latin"]
});
export const metadata: Metadata = {
title: "Home | Roblox",
description:

View File

@@ -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"