소스 검색

faster collapse transition

Thomas Buck 2 달 전
부모
커밋
c543da984c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      static/css/style.css

+ 1
- 1
static/css/style.css 파일 보기

@@ -274,7 +274,7 @@ span.font-small {
274 274
     margin: 15px;
275 275
     max-height: 0;
276 276
     overflow: hidden;
277
-    transition: max-height 0.8s ease-out;
277
+    transition: max-height 0.1s ease-out;
278 278
     border-width: 0px;
279 279
     border-style: solid;
280 280
     border-radius: 10px;

Loading…
취소
저장