fix
This commit is contained in:
@@ -74,7 +74,7 @@ export default function GamePageContent({
|
||||
return (
|
||||
<div className="mx-auto w-full max-w-6xl px-4 sm:px-8 py-6 space-y-6">
|
||||
<div className="grid gap-6 lg:grid-cols-[2fr_1fr]">
|
||||
<div className="rounded-2xl overflow-hidden bg-surface0/40 ring-1 ring-surface1/60">
|
||||
<div className="rounded-2xl overflow-hidden bg-surface0/40 ring-1 ring-surface1/60 aspect-video">
|
||||
<LazyLoadedImage
|
||||
imgId={`GameThumbnail_${game.rootPlaceId}`}
|
||||
alt={game.name}
|
||||
|
||||
@@ -15,20 +15,6 @@ body {
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
--ctp-base: 240 21.052631735801697% 14.901961386203766%; /* base */
|
||||
--ctp-mantle: 240 21.311475336551666% 11.96078434586525%; /* mantle */
|
||||
--ctp-crust: 240 23.404255509376526% 8.627450853586197%; /* crust */
|
||||
--ctp-text: 226 63.93442749977112% 88.03921341896057%; /* text */
|
||||
--ctp-subtext0: 227 23.076922595500946% 71.96078300476074%; /* subtext0 */
|
||||
--ctp-subtext1: 227 35.29411852359772% 80.0000011920929%; /* subtext1 */
|
||||
--ctp-surface0: 237 16.239316761493683% 22.94117659330368%; /* surface0 */
|
||||
--ctp-surface1: 234 13.20754736661911% 31.176471710205078%; /* surface1 */
|
||||
--ctp-surface2: 233 12.05937068939209% 39.607844948768616%; /* surface2 */
|
||||
--ctp-blue: 217 91.86992049217224% 75.88235139846802%; /* blue */
|
||||
--ctp-green: 115 54.09836173057556% 76.07843279838562%; /* green */
|
||||
--ctp-yellow: 41 86.04651093482971% 83.13725590705872%; /* yellow */
|
||||
--ctp-red: 343 81.25% 74.90196228027344%; /* red */
|
||||
|
||||
--background: 240 21.052631735801697% 14.901961386203766%; /* base */
|
||||
--foreground: 226 63.93442749977112% 88.03921341896057%; /* text */
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased overflow-x-hidden`}
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased overflow-x-hidden mocha`}
|
||||
>
|
||||
<ReactQueryProvider>
|
||||
<TooltipProvider>
|
||||
|
||||
Reference in New Issue
Block a user