This commit is contained in:
+3
-2
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user