Updated log table rendering.

This commit is contained in:
Mike Cao 2020-10-09 04:21:59 -07:00
parent b682e41aff
commit 8e0ea48c87
26 changed files with 221 additions and 37 deletions

View file

@ -6,3 +6,21 @@
display: flex;
border-bottom: 1px solid var(--gray300);
}
.body {
height: 600px;
overflow: auto;
}
.event {
font-size: var(--font-size-small);
padding: 2px 4px;
border: 1px solid var(--gray300);
border-radius: 4px;
margin-right: 10px;
}
.icon {
align-self: center;
margin-right: 20px;
}