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){ &:not(#list-corpus){
ul.item-list{ ul.item-list{
li{ li{
// margin: 0 0 2em 0; margin-bottom: $base-line;
max-height: $base-line * 3; max-height: $base-line * 3;
opacity: 1; opacity: 1;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
&.hidden { &.hidden {
// display: none; // display: none;
max-height: 0.01px; max-height: 0.001px;
opacity: 0; opacity: 0;
margin-bottom: 0.001px;
} }
} }
} }