From 9eeb68759a42806dfcea792f4827fbd7223ad7b1 Mon Sep 17 00:00:00 2001 From: Jason Reed Date: Thu, 29 Feb 2024 10:18:39 -0500 Subject: [PATCH] QoL improvements for bug report dialog --- public/css/style.css | 1 + src/components/bug-report.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 5fbf507..5a84fcf 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -108,6 +108,7 @@ button:hover { } .bug-report-modal { + max-width: 50%; background-color: white; padding: 2em; border: 3px solid black; diff --git a/src/components/bug-report.tsx b/src/components/bug-report.tsx index 3ab08b0..bc6f73a 100644 --- a/src/components/bug-report.tsx +++ b/src/components/bug-report.tsx @@ -14,8 +14,10 @@ export function BugReport(props: BugReportProps): JSX.Element { }; return
-
Thanks for making a bug report!
- Please download this file and attach it. +
Please file issues on the github issues page.
+ It might be helpful to download this file (which is a dump + of the current game state) and attach it.
+ Thanks!