Browse Source

faster collapse transition

Thomas Buck 1 month 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,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…
Cancel
Save