diff --git a/backend/database.db b/backend/database.db index 3db8fb5..24d4450 100644 Binary files a/backend/database.db and b/backend/database.db differ diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 55f716c..8ef054b 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -23,11 +23,11 @@ function App() { return ( - +
- DND Master + P&P-Master {popupMessage &&
{popupMessage}
}
diff --git a/frontend/src/pages/games.jsx b/frontend/src/pages/games.jsx index 26d835c..74d23e9 100644 --- a/frontend/src/pages/games.jsx +++ b/frontend/src/pages/games.jsx @@ -185,7 +185,7 @@ const GamesPage = () => { - + {character.description} @@ -198,7 +198,7 @@ const GamesPage = () => { spacing={2} wrap="wrap" sx={{ - maxHeight: '340px', // Height for 2 rows (128px image + ~40px text) * 2 + spacing + height: '250px', overflowY: 'auto', '&::-webkit-scrollbar': { width: '8px' @@ -295,28 +295,8 @@ const GamesPage = () => { /> - - + + diff --git a/frontend/src/pages/profile.jsx b/frontend/src/pages/profile.jsx index bbaf942..00d2b2e 100644 --- a/frontend/src/pages/profile.jsx +++ b/frontend/src/pages/profile.jsx @@ -26,7 +26,7 @@ const Profile = () => { }, [userId]); return ( - + Benutzerprofil: {username}