diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss
index 14396442..e9bec8e2 100644
--- a/assets/scss/styles.scss
+++ b/assets/scss/styles.scss
@@ -166,7 +166,8 @@ hr {
@apply bg-primary;
@apply truncate;
@apply rounded;
- @apply font-semibold;
+ @apply text-xs;
+ @apply font-semibold font-mono;
@apply border border-divider;
@apply transition;
@apply focus:(outline-none border-accent);
diff --git a/components/environments/index.vue b/components/environments/index.vue
index 117633b6..45fd0ade 100644
--- a/components/environments/index.vue
+++ b/components/environments/index.vue
@@ -9,7 +9,7 @@
bg-primaryLight
border-b border-dividerLight
flex
- font-medium
+ font-semibold font-mono
w-full
py-2
px-4
diff --git a/components/http/BodyParameters.vue b/components/http/BodyParameters.vue
index 91b9388d..ec5bd3f7 100644
--- a/components/http/BodyParameters.vue
+++ b/components/http/BodyParameters.vue
@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
- top-98px
+ top-24
z-10
sticky
items-center
diff --git a/components/http/Headers.vue b/components/http/Headers.vue
index 3e41678a..6c84f361 100644
--- a/components/http/Headers.vue
+++ b/components/http/Headers.vue
@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
- top-98px
+ top-24
z-10
sticky
items-center
diff --git a/components/http/Parameters.vue b/components/http/Parameters.vue
index aae94ff1..820ffd5f 100644
--- a/components/http/Parameters.vue
+++ b/components/http/Parameters.vue
@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
- top-98px
+ top-24
z-10
sticky
items-center
diff --git a/components/http/PreRequestScript.vue b/components/http/PreRequestScript.vue
index 0738e763..f49cc4c9 100644
--- a/components/http/PreRequestScript.vue
+++ b/components/http/PreRequestScript.vue
@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
- top-98px
+ top-24
z-10
sticky
items-center
diff --git a/components/http/RawBody.vue b/components/http/RawBody.vue
index 6a21a3c7..5a510ed4 100644
--- a/components/http/RawBody.vue
+++ b/components/http/RawBody.vue
@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
- top-98px
+ top-24
z-10
sticky
items-center
diff --git a/components/http/Request.vue b/components/http/Request.vue
index 42560b52..95d48881 100644
--- a/components/http/Request.vue
+++ b/components/http/Request.vue
@@ -20,8 +20,9 @@
cursor-pointer
flex
font-semibold font-mono
+ h-8
text-secondaryDark
- py-2
+ py-1
px-4
transition
w-28
@@ -53,10 +54,11 @@
class="
bg-primaryLight
border border-divider
+ flex
font-semibold font-mono
+ flex-1
text-secondaryDark
- w-full
- py-2
+ py-1
px-4
transition
truncate
@@ -76,7 +78,6 @@
class="rounded-none"
:label="!loading ? $t('send') : $t('cancel')"
:shortcut="[getSpecialKey(), 'G']"
- outline
@click.native="!loading ? newSendRequest() : cancelRequest()"
/>
@@ -89,11 +90,7 @@
arrow
>
-