bach 1 year ago
parent
commit
5bda8d9c36
1 changed files with 3 additions and 2 deletions
  1. 3 2
      assets/css/app.scss

+ 3 - 2
assets/css/app.scss

@@ -228,14 +228,15 @@ section[role="main-content"]{
     &:not(#list-corpus){
       ul.item-list{
         li{
-          // margin: 0 0 2em 0;
+          margin-bottom: $base-line;
           max-height: $base-line * 3;
           opacity: 1;
           transition: all 0.3s ease-in-out;
           &.hidden {
             // display: none;
-            max-height: 0.01px;
+            max-height: 0.001px;
             opacity: 0;
+            margin-bottom: 0.001px;
           }
         }
       }