From 443982cd4fd46e024d509f3eb0a2a6e78bc44653 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Fri, 3 Apr 2020 13:35:08 +0800 Subject: [PATCH] feat: smooth transition of node items --- src/content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content.scss b/src/content.scss index 20137b9..48f36c4 100644 --- a/src/content.scss +++ b/src/content.scss @@ -381,6 +381,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header- cursor: pointer; border-top: 1px solid $border-gray-light; white-space: nowrap; + transition: padding 0.3s ease; // on toggle expansion in search results @mixin icon-size() { width: 16px;