]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/search/search.component.scss
Add params to share modal
[github/Chocobozzz/PeerTube.git] / client / src / app / search / search.component.scss
index 4e3ce1c964dda45e2ca9335858e8dd730d615a0c..3343a276dc4f171ba57946d41501b05e9eaf9703 100644 (file)
         }
       }
     }
-
-    .results-filter {
-      // Animation when we show/hide the filters
-      transition: max-height 0.3s;
-      display: block !important;
-      overflow: hidden !important;
-      max-height: 0;
-
-      &.show {
-        max-height: 1500px;
-      }
-    }
   }
 
   .entry {