diff --git a/src/theme.scss b/src/theme.scss index e30a5bf7a..38c868cdb 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1617,22 +1617,29 @@ tag-input { .logs-container { flex-grow: 1; - margin-bottom: 5px; color: white; overflow: auto; - padding: 5px; + margin: 5px; font-family: monospace; .log-line { line-height: 1.2; white-space: nowrap; + width: 100%; &:hover { background-color: #333333; + + .time { + background-color: #333333; + } } .time { color: #00FFFF; + position: sticky; + left: 0; + background: black; } } }