mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat: smooth transition of node items
This commit is contained in:
parent
130f42f8a8
commit
443982cd4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue