From 10b699a6f72604acf55559d6af3ecb2d2bdc6283 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 10 Nov 2019 12:08:10 +0530 Subject: [PATCH] :sparkles: Favorite (star) History entries --- assets/css/styles.scss | 7 +++++-- components/history.vue | 31 ++++++++++++++++++++++++------- pages/index.vue | 3 ++- 3 files changed, 31 insertions(+), 10 deletions(-) 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 @@