Set margin on other tabs too

This commit is contained in:
Lounger 2023-12-19 23:42:13 +01:00
parent f42074b6c1
commit 40d5bf6c35

View File

@ -27,6 +27,7 @@ document.querySelector(".header_bar").addEventListener("click", function(event)
extensions.style.padding = "15px";
}
} else {
this.style.marginBottom = "19px";
extensions.style.display = "none";
}
}