From d3fc030c4cf2166e0ac0d3351f4d7274645fdfad Mon Sep 17 00:00:00 2001 From: Marces Zastrow Date: Fri, 10 Jan 2025 08:08:02 +0100 Subject: [PATCH] + --- backend/database.db | Bin 7045120 -> 7045120 bytes frontend/src/App.jsx | 4 ++-- frontend/src/pages/games.jsx | 28 ++++------------------------ frontend/src/pages/profile.jsx | 2 +- 4 files changed, 7 insertions(+), 27 deletions(-) diff --git a/backend/database.db b/backend/database.db index 3db8fb5150d3078a3c81dd363f194c1368ecd86d..24d4450e17c997c08fc385a16ac5d364ccc26156 100644 GIT binary patch delta 496 zcmW;B%~Dcv00r<1R0x!UL`9JO%d)hhqA#<+ipY-w)6mM)&P6U=8a`$KhiONPGi~h& zTD5YfP2;rh85$peWlzzW&Ya(z#p(Bd`1-P&@VH--Igk4pgop4FKH?B@m^ecCi6J6D z1c?xFlsHBV6C*^Jh!CShlsHbrh!ey~;uH}lP7?_tNt_|Zh_i$t&JpK{apD4Tk(eMZ z5toTcVv4vzTqUj%DdIYDgSbhgiCe^N;tp|_xJOJA_lX(e0r7AjneX5H!GRUZ1_wVQ z;e+7Dx;JbEM&eO#%(6VnCo5fYI$e{_*Q>t21-tH4l#*NP81?^^bM3ah-F4cgxYH%QTezU4ptmv8%y@A{ta`)@z+KmOPM`G3a`{m75~#7{l$XMXM%&u_`g Gte1B)=f1!I 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}