From d277b25541d679efd1373fad331648472045e97e Mon Sep 17 00:00:00 2001 From: Ruben Bielen Date: Mon, 2 Mar 2020 11:28:56 +0100 Subject: [PATCH] Vertically center current nav-link indication The link '.nav-link.current' indication arrow currently is a little bit out of place. The indication arrow will now be vertically centered. --- themes/vue/source/css/_header.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/source/css/_header.styl b/themes/vue/source/css/_header.styl index 7947d8d1fa..95ee23cfa8 100644 --- a/themes/vue/source/css/_header.styl +++ b/themes/vue/source/css/_header.styl @@ -60,7 +60,7 @@ body.docs border-bottom: 3px solid transparent position: absolute top: 50% - margin-top: -4px + transform: translateY(-50%) left: 8px &.new::before red-dot-before(8px)