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"; extensions.style.padding = "15px";
} }
} else { } else {
this.style.marginBottom = "19px";
extensions.style.display = "none"; extensions.style.display = "none";
} }
} }