From bf1a143f0327bf12f33697329c0c71b702512bd2 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 10 Jan 2020 05:30:38 +0530 Subject: [PATCH] :art: Minor stylings --- components/autocomplete.vue | 1 + components/graphql/argument.vue | 16 +++++----------- components/graphql/field.vue | 24 +++++++++++++----------- components/graphql/type.vue | 2 +- components/graphql/typelink.vue | 13 +++++++------ components/history.vue | 1 + 6 files changed, 28 insertions(+), 29 deletions(-) diff --git a/components/autocomplete.vue b/components/autocomplete.vue index 3a0a936d8..6a32c306b 100644 --- a/components/autocomplete.vue +++ b/components/autocomplete.vue @@ -58,6 +58,7 @@ padding: 8px 16px; font-size: 16px; font-family: "Roboto Mono", monospace; + font-weight: 400; &:last-child { border-radius: 0 0 8px 8px; diff --git a/components/graphql/argument.vue b/components/graphql/argument.vue index 335381a41..d70f0d01c 100644 --- a/components/graphql/argument.vue +++ b/components/graphql/argument.vue @@ -4,18 +4,14 @@ {{ argName }} : - + - + diff --git a/components/graphql/field.vue b/components/graphql/field.vue index e717cca2c..b0fc403e5 100644 --- a/components/graphql/field.vue +++ b/components/graphql/field.vue @@ -4,14 +4,19 @@ {{ fieldName }} ( - - {{ field.name }}: - - , - + + {{ field.name }}: + + + , - ) - : + + ) : +
{{ gqlField.description }} @@ -20,7 +25,6 @@
DEPRECATED
-
@@ -49,7 +53,7 @@ - diff --git a/components/history.vue b/components/history.vue index 2b1acbfac..ad248c56f 100644 --- a/components/history.vue +++ b/components/history.vue @@ -298,6 +298,7 @@ ol li { top: 10px; right: 10px; font-family: "Roboto Mono", monospace; + font-weight: 400; background-color: transparent; padding: 2px 6px; border-radius: 8px;