fix(infra): resolve local directus service matching, improve branding script flexibility, and cleanup build artifacts
This commit is contained in:
@@ -96,20 +96,7 @@ export default async function LocaleLayout({
|
||||
|
||||
return (
|
||||
<html lang={safeLocale} className={`scroll-smooth overflow-x-hidden ${inter.variable}`}>
|
||||
<head>
|
||||
<style
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
::-webkit-scrollbar { width: 2px; height: 2px; }
|
||||
::-webkit-scrollbar-track { background: transparent; }
|
||||
::-webkit-scrollbar-thumb { background: transparent; border-radius: 10px; }
|
||||
::-webkit-scrollbar-thumb:hover { background: rgba(130, 237, 32, 0.4); }
|
||||
* { scrollbar-width: none; }
|
||||
*:hover { scrollbar-width: thin; scrollbar-color: rgba(130, 237, 32, 0.2) transparent; }
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
</head>
|
||||
<head></head>
|
||||
<body className="flex flex-col min-h-screen font-sans selection:bg-accent selection:text-primary-dark antialiased overflow-x-hidden">
|
||||
<NextIntlClientProvider messages={messages} locale={safeLocale}>
|
||||
<RecordModeProvider isEnabled={recordModeEnabled}>
|
||||
|
||||
Reference in New Issue
Block a user