From 370fa2b85d84290bb7a7661b65cd7b7bad1f8c71 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sat, 20 Dec 2025 19:55:00 -0700 Subject: [PATCH] Fix issues with text overflowing --- src/app/game/page.tsx | 10 ++++++++-- src/app/layout.tsx | 8 +++++--- src/app/page.tsx | 12 ++++++++++-- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/src/app/game/page.tsx b/src/app/game/page.tsx index 43670bc..1ddf9f8 100644 --- a/src/app/game/page.tsx +++ b/src/app/game/page.tsx @@ -99,12 +99,18 @@ export default function Installs () { } >
-

+

{getVersionGame(getVersionInfo(entry)?.game)?.name} v {getVersionInfo(entry)?.versionName}

diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bd963fb..cec19cb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -505,8 +505,8 @@ export default function RootLayout ({

{getVersionGame(v.game)?.name} v @@ -557,7 +557,9 @@ export default function RootLayout ({

{serverVersionList?.games.map((v, i) => (
-

{v.name}

+

+ {v.name} +

diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f7badc..6b4edb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,8 +85,16 @@ export default function Installs () { } >

-

{i.name}

-
+

+ {i.name} +

+