Update Layout
This commit is contained in:
+1
-6
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user