diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-25 09:36:51 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-25 09:36:51 +0200 |
| commit | 246eabe4a46d2585d653738e46089ed2bfada8bd (patch) | |
| tree | c86dd05119b0aa086a5d5401dd6a48d90a6f3bbd /frontend/src/App.tsx | |
| parent | Reorganised Maplist and Sidebar (diff) | |
| download | lphub-246eabe4a46d2585d653738e46089ed2bfada8bd.tar.gz lphub-246eabe4a46d2585d653738e46089ed2bfada8bd.tar.bz2 lphub-246eabe4a46d2585d653738e46089ed2bfada8bd.zip | |
Restructured sidebar and implemented links var
Diffstat (limited to 'frontend/src/App.tsx')
| -rw-r--r-- | frontend/src/App.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 5d0c8eb..2451307 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx | |||
| @@ -89,7 +89,7 @@ const App: React.FC = () => { | |||
| 89 | games={games} | 89 | games={games} |
| 90 | /> | 90 | /> |
| 91 | 91 | ||
| 92 | <div className="flex flex-row not-md:flex-col h-[100vh]"> | 92 | <div className="flex flex-row not-md:flex-col h-screen"> |
| 93 | 93 | ||
| 94 | <Sidebar | 94 | <Sidebar |
| 95 | setToken={setToken} | 95 | setToken={setToken} |
| @@ -98,7 +98,7 @@ const App: React.FC = () => { | |||
| 98 | onUploadRun={() => setUploadRunDialog(true)} | 98 | onUploadRun={() => setUploadRunDialog(true)} |
| 99 | /> | 99 | /> |
| 100 | 100 | ||
| 101 | <main className="w-full"> | 101 | <main className="w-full h-screen"> |
| 102 | 102 | ||
| 103 | <Routes> | 103 | <Routes> |
| 104 | <Route path="/" element={<Homepage />} /> | 104 | <Route path="/" element={<Homepage />} /> |