From b521604b663279ddcaa7f598bda52774f856dc3e Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 14 Dec 2023 18:00:46 +0530 Subject: [PATCH] fix: collection properties styles --- .../assets/themes/base-themes.scss | 2 +- .../src/components/collections/Properties.vue | 14 ++++++-------- .../src/components/graphql/Authorization.vue | 7 ++++++- .../src/components/graphql/Headers.vue | 7 ++++++- .../src/components/http/Authorization.vue | 10 +++++----- .../src/components/http/Headers.vue | 10 +++++----- .../hoppscotch-selfhost-web/tailwind.config.ts | 1 + .../hoppscotch-ui/src/assets/scss/histoire.scss | 2 +- 8 files changed, 31 insertions(+), 22 deletions(-) diff --git a/packages/hoppscotch-common/assets/themes/base-themes.scss b/packages/hoppscotch-common/assets/themes/base-themes.scss index 73a228cb7..9bc0a4f30 100644 --- a/packages/hoppscotch-common/assets/themes/base-themes.scss +++ b/packages/hoppscotch-common/assets/themes/base-themes.scss @@ -17,7 +17,7 @@ --lower-tertiary-sticky-fold: 7.125rem; --lower-fourth-sticky-fold: 9.188rem; --sidebar-primary-sticky-fold: 2rem; - --properties-primary-sticky-fold: 2.05rem; + --properties-primary-sticky-fold: 2.063rem; } @mixin light-theme { diff --git a/packages/hoppscotch-common/src/components/collections/Properties.vue b/packages/hoppscotch-common/src/components/collections/Properties.vue index 2ae2dcd34..072aae2b7 100644 --- a/packages/hoppscotch-common/src/components/collections/Properties.vue +++ b/packages/hoppscotch-common/src/components/collections/Properties.vue @@ -18,12 +18,11 @@ :is-collection-property="true" @change-tab="changeOptionTab" /> -
+
{{ t("helpers.collection_properties_header") }} - {{ - t("action.learn_more") - }}
-
+
{{ t("helpers.collection_properties_authorization") }} - {{ - t("action.learn_more") - }}
diff --git a/packages/hoppscotch-common/src/components/graphql/Authorization.vue b/packages/hoppscotch-common/src/components/graphql/Authorization.vue index 9e718ced4..becac3c56 100644 --- a/packages/hoppscotch-common/src/components/graphql/Authorization.vue +++ b/packages/hoppscotch-common/src/components/graphql/Authorization.vue @@ -1,7 +1,12 @@