css: fallback to 'monospace' for AP log view (#461)

Log view on firmware update page was not printed using fixed width font on my system.

Now it is.

Closes: #460
This commit is contained in:
Marcin Juszkiewicz
2025-04-27 14:52:15 +02:00
committed by GitHub
parent 33c7053121
commit d90f4e181a

View File

@@ -876,7 +876,7 @@ h4 {
.console {
width: 450px;
background-color: black;
font-family: 'lucida console', 'ui-monospace';
font-family: 'lucida console', 'ui-monospace', 'monospace';
color: white;
padding: 5px 10px;
padding-bottom: 25px;
@@ -1008,4 +1008,4 @@ h4 {
padding: 1px 1px;
}
}
}