diff options
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 />} /> |