Update Layout

This commit is contained in:
2026-05-17 11:04:52 +02:00
parent d3e896d74e
commit fe3522b93b
5 changed files with 54 additions and 71 deletions
+1 -6
View File
@@ -28,12 +28,7 @@ document.addEventListener("DOMContentLoaded", function () {
});
nav.appendChild(list);
var rail = document.querySelector(".right-rail");
if (!rail) {
rail = document.createElement("div");
rail.className = "right-rail";
document.body.appendChild(rail);
}
var rail = document.querySelector("aside.sidebar");
rail.appendChild(nav);
var fab = document.createElement("button");