linguabot commited on
Commit
d2e180e
·
verified ·
1 Parent(s): 587e960

Upload folder using huggingface_hub

Browse files
client/src/components/Layout.tsx CHANGED
@@ -209,7 +209,7 @@ const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
209
  {/* Shell: Sidebar + Content */}
210
  <div className="flex">
211
  {/* Sidebar */}
212
- <aside className="hidden md:flex md:flex-col w-60 fixed top-14 left-0 bottom-0 border-r border-ui-border bg-ui-panel/80 backdrop-blur z-40 sidebar-shell">
213
  <nav className="p-4 space-y-2 flex-1 sidebar-nav">
214
  {navigation.map((item) => {
215
  const isActive = location.pathname === item.href;
 
209
  {/* Shell: Sidebar + Content */}
210
  <div className="flex">
211
  {/* Sidebar */}
212
+ <aside className="hidden md:flex md:flex-col w-60 fixed top-14 left-0 bottom-0 border-r border-ui-border bg-ui-panel/80 backdrop-blur z-30 sidebar-shell">
213
  <nav className="p-4 space-y-2 flex-1 sidebar-nav">
214
  {navigation.map((item) => {
215
  const isActive = location.pathname === item.href;
client/src/index.css CHANGED
@@ -136,8 +136,8 @@ html.is-chrome body { overscroll-behavior: contain; }
136
 
137
  /* Chrome-only sidebar opacity + blur look */
138
  html.is-chrome .sidebar-shell { background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); position: fixed; top: 56px; left: 0; bottom: 0; width: 15rem; display: flex; flex-direction: column; }
139
- html.is-chrome .sidebar-nav { position: fixed; top: 60px; left: 0; width: 15rem; z-index: 31; }
140
- html.is-chrome .sidebar-footer { position: fixed; bottom: 0; left: 0; width: 15rem; background: transparent; z-index: 31; }
141
  html.is-chrome .sidebar-shell { overflow: visible; }
142
  /* Ensure links remain clickable */
143
  html.is-chrome .sidebar-shell a { pointer-events: auto; }
 
136
 
137
  /* Chrome-only sidebar opacity + blur look */
138
  html.is-chrome .sidebar-shell { background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); position: fixed; top: 56px; left: 0; bottom: 0; width: 15rem; display: flex; flex-direction: column; }
139
+ html.is-chrome .sidebar-nav { position: fixed; top: 72px; left: 0; width: 15rem; }
140
+ html.is-chrome .sidebar-footer { position: fixed; bottom: 0; left: 0; width: 15rem; background: transparent; }
141
  html.is-chrome .sidebar-shell { overflow: visible; }
142
  /* Ensure links remain clickable */
143
  html.is-chrome .sidebar-shell a { pointer-events: auto; }