This commit is contained in:
2023-03-08 19:50:10 +01:00
parent f469d37491
commit 5bda8d9c36
+3 -2
View File
@@ -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;
}
}
}