Kachel Log hinzugefügt
This commit is contained in:
parent
b90946956f
commit
36d5701b06
7 changed files with 130 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue