mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-14 22:06:13 +00:00
refactor: Hide tab label container in vertical-tabs.css
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
Reference in New Issue
Block a user