From 182e1dcb85204fc5cbb7aa599d0373ec13af2a79 Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Thu, 15 Oct 2020 10:32:23 +0100 Subject: [PATCH] fix: remove NavBar CSS that was interfering with algolia --- src/.vuepress/theme/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/theme/components/Navbar.vue b/src/.vuepress/theme/components/Navbar.vue index 98f7e84a53..1073cab9ea 100644 --- a/src/.vuepress/theme/components/Navbar.vue +++ b/src/.vuepress/theme/components/Navbar.vue @@ -108,7 +108,7 @@ $navbar-horizontal-padding = 1.5rem; padding: $navbar-vertical-padding $navbar-horizontal-padding; line-height: $navbarHeight - 1.4rem; - a, span, img { + a, img { display: inline-block; }