diff --git a/assets/css/styles.scss b/assets/css/styles.scss index f288d59c6..220f9aa08 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -671,9 +671,12 @@ fieldset#history { span { position: absolute; - top: 12px; - right: 12px; + top: 8px; + right: 8px; font-family: 'Roboto Mono', monospace; + background-color: var(--bg-color); + padding: 4px 8px; + border-radius: 8px; } } } diff --git a/components/history.vue b/components/history.vue index e4b34cc62..8c322d746 100644 --- a/components/history.vue +++ b/components/history.vue @@ -9,7 +9,12 @@
  • +
  • +
  • +
  • @@ -72,11 +77,15 @@