From 386730c0ea89a050fcb5544641040085effa64f5 Mon Sep 17 00:00:00 2001 From: Fr4nkFletcher <135678866+Fr4nkFletcher@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:08:34 -0600 Subject: [PATCH] Update flash1.html --- flash1.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/flash1.html b/flash1.html index 1f8d9850..ff0c27f0 100644 --- a/flash1.html +++ b/flash1.html @@ -42,6 +42,13 @@ overflow: hidden; text-overflow: ellipsis; } + esp-web-install-button[install-unsupported] { + visibility: inherit; + } + .content pre { + max-width: 100%; + overflow-y: scroll; + } .footer { width: 100%; padding: 12px; @@ -53,10 +60,7 @@ text-align: center; z-index: 2; /* Ensure footer is above everything else */ } - esp-web-install-button[install-unsupported] { - visibility: inherit; - } - + @media (prefers-color-scheme: dark) { body { background-color: #121212;