forked from ZenBrowserMirrors/zen-desktop
Refactor CSS styles for zen-theme and zen-welcome; improve responsiveness and adjust icon sizes
This commit is contained in:
parent
0f442ae743
commit
cc52ec2b71
4 changed files with 17 additions and 6 deletions
|
@ -100,6 +100,7 @@
|
|||
|
||||
async _refreshPinnedTabs({ init = false } = {}) {
|
||||
await ZenWorkspaces.promiseSectionsInitialized;
|
||||
await SessionStore.promiseAllWindowsRestored;
|
||||
await this._initializePinsCache();
|
||||
await this._initializePinnedTabs(init);
|
||||
}
|
||||
|
@ -565,6 +566,7 @@
|
|||
}
|
||||
gBrowser.pinTab(tab);
|
||||
this.onTabIconChanged(tab);
|
||||
this._onTabMove(tab);
|
||||
}
|
||||
gZenUIManager.updateTabsToolbar();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue