From 126ec8a2878fc8be7a0263f569c418972026a1fe Mon Sep 17 00:00:00 2001 From: Soitora Date: Sat, 16 May 2020 15:38:40 +0200 Subject: [PATCH] Fix side navigation padding outside Help (#204) * Only apply Help.vue style to the Help page * Linting --- src/.vuepress/components/Help.vue | 425 +++++++++++++++--------------- 1 file changed, 215 insertions(+), 210 deletions(-) diff --git a/src/.vuepress/components/Help.vue b/src/.vuepress/components/Help.vue index 06487b43..0d6a7583 100644 --- a/src/.vuepress/components/Help.vue +++ b/src/.vuepress/components/Help.vue @@ -22,7 +22,10 @@ :href="helpItem.link" tabindex="1" > -
+

{{ helpItem.title }}

@@ -60,7 +63,10 @@ rel="noreferrer" tabindex="1" > -
+
@@ -125,7 +131,7 @@ export default { DiscordIcon, RedditIcon, GithubIcon, - LifebuoyIcon + LifebuoyIcon, }, computed: { @@ -145,217 +151,216 @@ export default { return ( this.algolia && this.algolia.apiKey && this.algolia.indexName ); - } - } + }, + }, };