Fix UI — CSS variables, sidebar toggle with chevron, settings panel pushes content
This commit is contained in:
+2
-2
@@ -39,8 +39,8 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={`${sans.variable} ${mono.variable}`}>
|
||||
<html lang="en" data-theme="light" data-font="medium" suppressHydrationWarning>
|
||||
<body style={{ fontFamily: 'var(--font-sans, sans-serif)' }} className={`${sans.variable} ${mono.variable}`}>
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user