refactor: Hide tab label container in vertical-tabs.css

This commit is contained in:
mr. M
2024-11-03 10:21:55 +01:00
parent 24a6013195
commit d4962685d6
4 changed files with 6 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/browser/base/content/browser-places.js b/browser/base/content/browser-places.js
index 62b3665394a8256ebedf88a8f10bb6766977cf57..9a5985ceeaa1d228cb167e60c0e6c8402533d227 100644
index 62b3665394a8256ebedf88a8f10bb6766977cf57..12ac643f913290b20fb7adba8f224f49bb82bf5c 100644
--- a/browser/base/content/browser-places.js
+++ b/browser/base/content/browser-places.js
@@ -252,6 +252,8 @@ var StarUI = {
@@ -33,11 +33,3 @@ index 62b3665394a8256ebedf88a8f10bb6766977cf57..9a5985ceeaa1d228cb167e60c0e6c840
removeBookmarkButtonCommand: function SU_removeBookmarkButtonCommand() {
this._removeBookmarksOnPopupHidden = true;
this.panel.hidePopup();
@@ -1063,6 +1080,7 @@ var PlacesToolbarHelper = {
* show toolbars.
*/
async init() {
+ new ZenEssentialsToolbar(`place:parent=pfgqteRgY-Wr`);
await PlacesUIUtils.canLoadToolbarContentPromise;
this._realInit();
},