linguabot commited on
Commit
36edf36
·
verified ·
1 Parent(s): e7a6a5a

Upload folder using huggingface_hub

Browse files
client/public/background/background.png CHANGED

Git LFS Details

  • SHA256: 619b43e960eae2cb22a8168cac04f53944737e35ad5eac34e17b502b5437177d
  • Pointer size: 132 Bytes
  • Size of remote file: 3.5 MB

Git LFS Details

  • SHA256: ddc43756b13486d51a28ed6543719e76d4ce90e24d7e378da727c9af526fa03e
  • Pointer size: 132 Bytes
  • Size of remote file: 6.11 MB
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 bg-white" style={{ backgroundImage: 'url(/background/1.png)', backgroundSize: '100% 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">
 
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">