mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
better
This commit is contained in:
@@ -29,14 +29,12 @@
|
||||
content.style.paddingBottom = "0px";
|
||||
content.style.marginTop = "0px";
|
||||
content.style.marginBottom = "0px";
|
||||
content.style.borderLeft = "none;"
|
||||
} else {
|
||||
content.style.maxHeight = content.scrollHeight + 20 + "px";
|
||||
content.style.paddingTop = "10px";
|
||||
content.style.paddingBottom = "10px";
|
||||
content.style.marginTop = "10px";
|
||||
content.style.marginBottom = "10px";
|
||||
content.style.borderLeft = "2px solid #ccc;"
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -149,6 +149,7 @@ column.text p {
|
||||
background-color: white;
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
border-left: 2px solid #ccc;
|
||||
transition: max-height 0.2s ease-out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user