From 62dfb582f4d5bf0cd3a50c9774fa8ad715cb49e7 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 19 Jun 2020 13:25:41 +0530 Subject: [PATCH] Better iconography --- assets/css/styles.scss | 11 +++++++++-- components/collections/index.vue | 4 ++-- components/layout/header.vue | 4 ++-- components/layout/sidenav.vue | 4 ++-- pages/doc.vue | 2 +- pages/graphql.vue | 14 +++++++------- pages/index.vue | 20 ++++++++++---------- pages/settings.vue | 2 +- 8 files changed, 34 insertions(+), 27 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 9004e0d5c..204583b6b 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -166,7 +166,6 @@ nav.primary-nav { color: var(--fg-light-color); fill: var(--fg-light-color); margin: 8px 0; - height: 52px; &:hover { color: var(--fg-color); @@ -192,7 +191,9 @@ nav.primary-nav { nav.secondary-nav { display: flex; + flex-flow: column nowrap; border-top: 2px dashed var(--brd-color); + margin-top: 4px; ul { display: flex; @@ -210,10 +211,12 @@ nav.secondary-nav { border-radius: 50%; background-color: var(--bg-dark-color); color: var(--fg-light-color); + fill: var(--fg-light-color); margin: 8px 0; &:hover { color: var(--fg-color); + fill: var(--fg-color); } &.current { @@ -350,6 +353,10 @@ p { align-items: stretch; flex-direction: column; } + + button { + justify-content: start; + } } .popover-arrow { @@ -386,7 +393,7 @@ h3.title { button { display: inline-flex; align-items: center; - // justify-content: center; + justify-content: center; margin: 4px; padding: 6px 16px; border-radius: 8px; diff --git a/components/collections/index.vue b/components/collections/index.vue index e7579c5d8..149eb46cf 100644 --- a/components/collections/index.vue +++ b/components/collections/index.vue @@ -56,7 +56,7 @@ TODO: rel="noopener" > --> @@ -83,7 +83,7 @@ TODO: diff --git a/components/layout/header.vue b/components/layout/header.vue index 9588fa161..78dcca86c 100644 --- a/components/layout/header.vue +++ b/components/layout/header.vue @@ -37,7 +37,7 @@