Skip to content

Commit

Permalink
Update flash1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr4nkFletcher authored Feb 6, 2024
1 parent b1b8ec6 commit 386730c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions flash1.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 386730c

Please sign in to comment.