Skip to content

Commit f6d1a71

Browse files
authored
Merge pull request #106 from zevorn/website/hide-flash-log
website: hide flash log area, keep only progress bar
2 parents e2c7269 + 38a808c commit f6d1a71

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

website/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,7 @@
429429
}
430430

431431
.flash-log {
432-
margin-top: 1rem; padding: 0.75rem 1rem; border-radius: 8px;
433-
background: #0c0c0c; border: 1px solid var(--border);
434-
font-family: var(--mono); font-size: 0.78rem; line-height: 1.5;
435-
color: #4ade80; height: 160px; overflow-y: auto; white-space: pre-wrap;
436-
word-break: break-all;
432+
display: none;
437433
}
438434

439435
.flash-unsupported {

0 commit comments

Comments
 (0)