From ca71ffe3c296016b545c0b230cc0d176bebae2a2 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 2 Oct 2022 18:59:23 +0530 Subject: [PATCH] chore: minor ui improvements --- .../hoppscotch-app/assets/scss/styles.scss | 1 + .../src/components/app/Shortcuts.vue | 75 +++++++++++-------- .../src/components/app/SlideOver.vue | 11 +++ 3 files changed, 56 insertions(+), 31 deletions(-) diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index 2716bc2ef..d0766ad52 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -166,6 +166,7 @@ a { @apply leading-body; @apply border border-dividerDark; @apply focus: outline-none; + scroll-behavior: smooth; .tippy-svg-arrow svg { @apply fill-popover; diff --git a/packages/hoppscotch-app/src/components/app/Shortcuts.vue b/packages/hoppscotch-app/src/components/app/Shortcuts.vue index 7d8af1ba9..b4fc606f5 100644 --- a/packages/hoppscotch-app/src/components/app/Shortcuts.vue +++ b/packages/hoppscotch-app/src/components/app/Shortcuts.vue @@ -1,38 +1,42 @@