From 6f1711a6479ef655281fcfec74817a391e80478a Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:31:01 -0400 Subject: [PATCH] Update index.html Halloween update - Chrome version --- platform/chromium/pub/index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/platform/chromium/pub/index.html b/platform/chromium/pub/index.html index 1ec9404..05ed9d6 100644 --- a/platform/chromium/pub/index.html +++ b/platform/chromium/pub/index.html @@ -19,7 +19,10 @@ color: #848a94; margin: 0; padding: 10px; - max-width: 320px; + min-width: 250px; + max-width: 100%; + word-wrap: break-word; + box-sizing: border-box; overflow: hidden; } @@ -186,6 +189,14 @@ .status-image.active { transform: scale(1.1); } + + #status-message, + #footer, + #feedback { + max-width: 100%; + word-wrap: break-word; + word-break: break-word; + }