feat: refactor logs (#2555)

* feat: refactor logs

* chore: comments

* feat: add system logs

* feat: update shared logs
This commit is contained in:
Alex Inkin
2024-02-06 06:26:00 +04:00
committed by GitHub
parent 4410d7f195
commit 9a0ae549f6
33 changed files with 676 additions and 180 deletions

View File

@@ -8,11 +8,15 @@ ion-card-title {
margin: auto auto 40px;
}
.logs-container {
margin-top: 24px;
height: 280px;
.logs {
display: flex;
flex-direction: column;
height: 18rem;
padding: 1rem;
margin: 1.5rem 0.75rem;
text-align: left;
overflow: hidden;
border-radius: 31px;
margin-inline: 10px;
border-radius: 2rem;
// TODO: Theme
background: #181818;
}