Kachel Log hinzugefügt

This commit is contained in:
hubobel 2026-06-20 19:01:33 +02:00
parent b90946956f
commit 36d5701b06
7 changed files with 130 additions and 6 deletions

View file

@ -259,4 +259,23 @@ text-decoration: underline;
font-weight: bold;
color: #ff6200;
margin-top: 0;
}
.log-viewer {
background: #1e1e1e;
color: #dcdcdc;
padding: 15px;
border-radius: 8px;
overflow-x: auto;
overflow-y: auto;
max-height: 700px;
font-family: Consolas, monospace;
font-size: 13px;
white-space: pre-wrap;
}