From f5a0c3cfcafecc86948a028021409924b9a9ae9f Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 5 Oct 2022 08:40:09 +0530 Subject: [PATCH] chore: minor ui improvements --- packages/hoppscotch-app/assets/scss/styles.scss | 1 + .../hoppscotch-app/src/components/app/PaneLayout.vue | 11 ++++------- .../hoppscotch-app/src/components/app/Shortcuts.vue | 4 ++-- .../hoppscotch-app/src/components/button/Primary.vue | 4 ++-- .../src/components/button/Secondary.vue | 4 ++-- 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index d0766ad52..0bd2fcbb4 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -455,6 +455,7 @@ pre.ace_editor { @apply px-1; @apply border border-dividerDark; @apply shadow-sm; + @apply - + @@ -36,7 +33,7 @@ v-if="SIDEBAR && hasSidebar" :size="PANE_SIDEBAR_SIZE" min-size="20" - class="!overflow-auto flex flex-col bg-primaryContrast" + class="flex flex-col !overflow-auto bg-primaryContrast" > diff --git a/packages/hoppscotch-app/src/components/app/Shortcuts.vue b/packages/hoppscotch-app/src/components/app/Shortcuts.vue index b4fc606f5..10a237e95 100644 --- a/packages/hoppscotch-app/src/components/app/Shortcuts.vue +++ b/packages/hoppscotch-app/src/components/app/Shortcuts.vue @@ -20,7 +20,7 @@ open > {{ label }} -
+
{{ key }} diff --git a/packages/hoppscotch-app/src/components/button/Secondary.vue b/packages/hoppscotch-app/src/components/button/Secondary.vue index 2b20b951e..2756b5370 100644 --- a/packages/hoppscotch-app/src/components/button/Secondary.vue +++ b/packages/hoppscotch-app/src/components/button/Secondary.vue @@ -42,11 +42,11 @@ ]" /> {{ label }} -
+
{{ key }}