This commit is contained in:
Hanna
2019-07-31 18:54:29 +02:00
parent 663d0513dd
commit d0d476e71e
2 changed files with 1 additions and 2 deletions

View File

@@ -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;"
}
});
}

View File

@@ -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;
}