linguabot commited on
Commit
b02b166
·
verified ·
1 Parent(s): f31437e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. client/src/components/Layout.tsx +2 -2
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-screen text-ui-text" style={{ backgroundImage: 'url(/background/background-4.png)', backgroundSize: 'cover', 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">
@@ -185,7 +185,7 @@ const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
185
  {/* Shell: Sidebar + Content */}
186
  <div className="flex">
187
  {/* Sidebar */}
188
- <aside className="hidden md:flex md:flex-col w-60 sticky top-14 h-[calc(100vh-56px)] border-r border-ui-border bg-ui-panel self-start">
189
  <nav className="p-4 space-y-2 flex-1 overflow-auto">
190
  {navigation.map((item) => {
191
  const isActive = location.pathname === item.href;
 
170
  };
171
 
172
  return (
173
+ <div className="min-h-screen text-ui-text" style={{ backgroundImage: 'url(/background/background-4.png)', backgroundSize: 'auto', 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">
 
185
  {/* Shell: Sidebar + Content */}
186
  <div className="flex">
187
  {/* Sidebar */}
188
+ <aside className="hidden md:flex md:flex-col w-60 sticky top-14 h-[calc(100vh-56px)] border-r border-ui-border bg-ui-panel/80 backdrop-blur self-start">
189
  <nav className="p-4 space-y-2 flex-1 overflow-auto">
190
  {navigation.map((item) => {
191
  const isActive = location.pathname === item.href;