Move security button to the right in zenThemeModifier.js

This commit is contained in:
Mauro Balades
2024-07-31 10:46:36 +02:00
parent ae2aa202de
commit d5164f05a5
2 changed files with 5 additions and 4 deletions

View File

@@ -123,10 +123,6 @@ var ZenThemeModifier = {
separator.id = kSeparatorId;
newContainer.appendChild(separator);
// move the security button to the right
const securityButton = document.getElementById("tracking-protection-icon-container");
document.getElementsByClassName("urlbar-input-container")[0].insertBefore(securityButton, document.getElementById("page-action-buttons"));
gZenVerticalTabsManager.init();
this._updateZenAvatar();