From 8f36bfce57acc58bdced8a1801bd4953d540e907 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sat, 1 May 2021 20:34:26 +0800 Subject: [PATCH] sidebar: dropdown: move indicator to the right --- _sass/minimal-mistakes/_sidebar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/minimal-mistakes/_sidebar.scss b/_sass/minimal-mistakes/_sidebar.scss index 7ae4d77..59ea283 100644 --- a/_sass/minimal-mistakes/_sidebar.scss +++ b/_sass/minimal-mistakes/_sidebar.scss @@ -254,7 +254,7 @@ content: ""; position: absolute; top: -11px; - left: calc(50% - 10px); + right: 10px; width: 0; border-style: solid; border-width: 0 10px 10px; @@ -270,7 +270,7 @@ content: ""; position: absolute; top: -10px; - left: calc(50% - 10px); + right: 10px; width: 0; border-style: solid; border-width: 0 10px 10px; -- 2.43.0