From 80956fbd27170b0c004884db429b0926489495f6 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Fri, 31 Dec 2021 18:39:31 +0530 Subject: [PATCH] refactor: minor ui improvements --- .../hoppscotch-app/assets/scss/styles.scss | 4 +- .../components/app/Announcement.vue | 22 ++++---- .../hoppscotch-app/components/app/Footer.vue | 4 +- .../hoppscotch-app/components/app/Fuse.vue | 4 +- .../hoppscotch-app/components/app/Header.vue | 12 ++--- .../components/app/Interceptor.vue | 4 +- .../components/app/PowerSearch.vue | 6 +-- .../components/app/PowerSearchEntry.vue | 6 +-- .../hoppscotch-app/components/app/Share.vue | 10 ++-- .../components/app/Shortcuts.vue | 20 +++---- .../components/app/ShortcutsEntry.vue | 2 +- .../hoppscotch-app/components/app/Sidenav.vue | 5 +- .../components/app/SlideOver.vue | 6 +-- .../components/button/Primary.vue | 2 +- .../components/button/Secondary.vue | 2 +- .../components/history/graphql/Card.vue | 4 +- .../components/history/index.vue | 52 ++++++++++++++----- .../components/history/rest/Card.vue | 4 +- .../components/http/Request.vue | 10 ++-- .../components/smart/EnvInput.vue | 1 - .../components/smart/Intersection.vue | 1 + .../hoppscotch-app/components/smart/Item.vue | 7 +-- 22 files changed, 103 insertions(+), 85 deletions(-) diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index 54a433491..4b632c84f 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -147,7 +147,7 @@ a { @apply shadow; @apply leading-body; - font-size: 88%; + font-size: 86%; kbd { @apply hidden; @@ -232,7 +232,6 @@ button { } .floating-input ~ label { - @apply font-medium; @apply py-0.5; @apply px-2; @apply m-2; @@ -451,7 +450,6 @@ pre.ace_editor { .shortcut-key { @apply inline-flex; @apply font-sans; - @apply font-medium; @apply text-tiny; @apply bg-divider; @apply rounded; diff --git a/packages/hoppscotch-app/components/app/Announcement.vue b/packages/hoppscotch-app/components/app/Announcement.vue index fab647c15..5ca43aeb2 100644 --- a/packages/hoppscotch-app/components/app/Announcement.vue +++ b/packages/hoppscotch-app/components/app/Announcement.vue @@ -1,16 +1,14 @@