From 76e50da50de4784c1677596f0a6dc23aceddbaf0 Mon Sep 17 00:00:00 2001 From: jschoeny Date: Fri, 9 Jan 2026 09:02:49 -1000 Subject: [PATCH] Fix StickyActionBar layout for long hack/rom names --- src/components/Hack/StickyActionBar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Hack/StickyActionBar.tsx b/src/components/Hack/StickyActionBar.tsx index 61e427b..927007a 100644 --- a/src/components/Hack/StickyActionBar.tsx +++ b/src/components/Hack/StickyActionBar.tsx @@ -79,7 +79,7 @@ export default function StickyActionBar({ return (
-
+
{title}
{version && ( @@ -88,14 +88,14 @@ export default function StickyActionBar({
By {author}
-
+
{!termsAgreed || status === "downloading" ? ( !romReady ? ( -

+

To download the patch file, you must select a clean ROM for the patcher to use.

) : ( -

+

By downloading this patch, you agree to the Terms of Service.

) @@ -111,7 +111,7 @@ export default function StickyActionBar({ )} {!romReady && !isLinked && ( -