Browse Source

faster collapse transition

Thomas Buck 8 months ago
parent
commit
c543da984c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      static/css/style.css

+ 1
- 1
static/css/style.css View File

274
     margin: 15px;
274
     margin: 15px;
275
     max-height: 0;
275
     max-height: 0;
276
     overflow: hidden;
276
     overflow: hidden;
277
-    transition: max-height 0.8s ease-out;
277
+    transition: max-height 0.1s ease-out;
278
     border-width: 0px;
278
     border-width: 0px;
279
     border-style: solid;
279
     border-style: solid;
280
     border-radius: 10px;
280
     border-radius: 10px;

Loading…
Cancel
Save