Upload folder using huggingface_hub
Browse files
client/public/background/background.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
client/src/components/Layout.tsx
CHANGED
|
@@ -170,7 +170,7 @@ const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
|
|
| 170 |
};
|
| 171 |
|
| 172 |
return (
|
| 173 |
-
<div className="min-h-
|
| 174 |
{/* Top Bar */}
|
| 175 |
<header className="sticky top-0 z-40 bg-ui-panel/80 backdrop-blur border-b border-ui-border">
|
| 176 |
<div className="px-4 sm:px-6 lg:px-8 h-14 flex items-center justify-between">
|
|
|
|
| 170 |
};
|
| 171 |
|
| 172 |
return (
|
| 173 |
+
<div className="min-h-[calc(100vh+16.67vh)] text-ui-text bg-white" style={{ backgroundImage: 'url(/background/background.png)', backgroundSize: '100% 16.67vh', backgroundPosition: 'bottom', backgroundRepeat: 'no-repeat' }}>
|
| 174 |
{/* Top Bar */}
|
| 175 |
<header className="sticky top-0 z-40 bg-ui-panel/80 backdrop-blur border-b border-ui-border">
|
| 176 |
<div className="px-4 sm:px-6 lg:px-8 h-14 flex items-center justify-between">
|