Ver Fonte

adjust transition

Yuki Takei há 4 anos atrás
pai
commit
ad14363fd4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/app/src/styles/_sidebar.scss

+ 1 - 1
packages/app/src/styles/_sidebar.scss

@@ -104,7 +104,7 @@
         width: 240px;
         height: 100%;
         &:not(.dragging) {
-          transition: width 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
+          transition: width 200ms cubic-bezier(0.2, 0, 0, 1) 0s;
         }
         will-change: width;
         .grw-contextual-navigation-child {