rework of the log viewer

This commit is contained in:
jonaswinkler
2021-02-06 17:07:25 +01:00
parent 9537218701
commit 46efc14a9d
5 changed files with 62 additions and 80 deletions

View File

@@ -13,4 +13,12 @@
.log-entry-50 {
color: lightcoral !important;
font-weight: bold;
}
.log-container {
overflow: scroll;
height: calc(100vh - 190px);
top: 70px;
}