Add better log view

This commit is contained in:
Andras Schmelczer 2025-01-02 10:54:29 +00:00
parent fe66c0751d
commit 55c07f3b82
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 73 additions and 39 deletions

View file

@ -3,6 +3,26 @@
height: 100px;
}
.log-message {
&.DEBUG {
color: var(--color-base-50);
}
&.INFO {
color: var(--color-base-70);
}
&.WARNING {
color: var(--color-yellow-70);
}
&.ERROR {
color: var(--color-red-70);
}
font: var(--font-monospace-theme);
}
.history-card * {
margin: 0;
padding: 0;