mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-29 22:48:39 +00:00
Move security button to the right in zenThemeModifier.js
This commit is contained in:
@@ -123,10 +123,6 @@ var ZenThemeModifier = {
|
|||||||
separator.id = kSeparatorId;
|
separator.id = kSeparatorId;
|
||||||
newContainer.appendChild(separator);
|
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();
|
gZenVerticalTabsManager.init();
|
||||||
|
|
||||||
this._updateZenAvatar();
|
this._updateZenAvatar();
|
||||||
|
@@ -180,6 +180,11 @@ toolbar .zen-sidebar-panel-button {
|
|||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tracking-protection-icon-container,
|
||||||
|
#page-action-buttons {
|
||||||
|
order: 2 !important;
|
||||||
|
}
|
||||||
|
|
||||||
#notification-popup-box {
|
#notification-popup-box {
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
Reference in New Issue
Block a user