quix pico css fix 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Pierre Guillod 2024-03-30 17:48:39 +01:00
parent f14c86d980
commit b9181ed6da

View file

@ -347,7 +347,8 @@
elDesc.appendChild(elUrl);
elUrl.appendChild(txUrl);
elDetails.appendChild(elDesc);
const elHr = document.createElement("hr");
elOptions.appendChild(elHr);
}
document.getElementById("options").style.display = "block";
switch (optionsPath) {