From 3e89db3feb2b8a09a90b5addb8eb8447d2122e90 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 4 Jul 2022 21:24:35 +0800 Subject: [PATCH] chore: remove left border of sidebar --- src/styles/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 7878191..205d04a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -425,7 +425,6 @@ $minimal-z-index: max( display: flex; flex-direction: column; background: var(--color-bg-subtle); - border-left: 1px solid var(--color-border-default); .octicon-wrapper { display: inline-block;