From 5a16682c7f580bb51bbba441077ebce9d2775f13 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 18 Jun 2022 22:40:56 +0800 Subject: [PATCH] fix: folder rotate on toggle open --- src/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index d0ba9d4..af8cfef 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -605,6 +605,11 @@ $minimal-z-index: max( width: 16px; // not specify height here, it'll break vertical alignment + .octicon.ChevronRight { + // smooth rotation animation + transition: transform .3s ease; + } + & + .octicon-wrapper, & + .node-item-icon { margin-right: 6px;