chore: Update ZenUIManager and Zen browser theme

This commit is contained in:
Mauro Balades
2024-08-05 01:06:01 +02:00
parent d61186a042
commit 2d72365dbd
2 changed files with 3 additions and 6 deletions

View File

@@ -73,9 +73,5 @@ var gZenVerticalTabsManager = {
toggleExpand() {
let expanded = !this.expanded;
Services.prefs.setBoolPref('zen.view.sidebar-expanded', expanded);
let toolbox = document.getElementById('navigator-toolbox');
toolbox.removeAttribute('width');
toolbox.style.removeProperty('width');
},
};

View File

@@ -401,8 +401,9 @@ toolbarbutton#scrollbutton-up {
top: 50%;
}
.tabbrowser-tab:hover .tab-close-button {
display: none; /* TODO: fix this? or maybe not? */
.tabbrowser-tab[open="true"]:hover .tab-close-button {
/* TODO: fix this */
/*display: block;*/
}
.tab-content {