diff --git a/frontend/src/assets/style.scss b/frontend/src/assets/style.scss index 55242e6b..0a7a885b 100644 --- a/frontend/src/assets/style.scss +++ b/frontend/src/assets/style.scss @@ -628,11 +628,22 @@ section.campaign { .lines { height: 70vh; overflow-y: scroll; + font-family: monospace; + font-size: 0.90rem; - .stamp { + padding: 15px; + border: 1px solid $grey-lightest; + + .line { + display: block; + margin-bottom: 2px; + } + + .timestamp { color: $primary; display: inline-block; - min-width: 160px; + min-width: 175px; + margin-right: 5px; } .line:hover { diff --git a/frontend/src/components/LogView.vue b/frontend/src/components/LogView.vue index c1f3f08a..b7de05bb 100644 --- a/frontend/src/components/LogView.vue +++ b/frontend/src/components/LogView.vue @@ -1,15 +1,23 @@