Add logs box, fix UX flows & error management

This commit is contained in:
arnaucube
2020-05-20 21:01:10 +02:00
parent 01880a111d
commit 57791d7458
4 changed files with 92 additions and 25 deletions

View File

@@ -99,3 +99,12 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66ff', end
padding: 20px;
color: #FF00B9;
}
.logs {
background:#000000;
padding:10px;
margin-top:20px;
font-family: "Courier";
max-height: 300px;
overflow-y: scroll;
}