Merge branch 'main' into bug/csrf-decryption-API

This commit is contained in:
Anthony Stirling
2024-12-13 20:25:52 +00:00
committed by GitHub
75 changed files with 2309 additions and 843 deletions

View File

@@ -65,6 +65,7 @@
overflow: hidden;
margin: -20px;
padding: 20px;
box-sizing:content-box;
}
.feature-group-container.animated-group {

Binary file not shown.

View File

@@ -268,7 +268,7 @@ document.addEventListener("DOMContentLoaded", function () {
const parent = header.parentNode;
const container = header.parentNode.querySelector(".feature-group-container");
if (parent.id !== "groupFavorites") {
container.style.maxHeight = container.clientHeight + "px";
container.style.maxHeight = container.scrollHeight + "px";
}
header.onclick = () => {
expandCollapseToggle(parent);