mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
This commit is contained in:
@@ -241,9 +241,9 @@
|
|||||||
this.#unloadAllActiveTabs(event, /* noClose */ true);
|
this.#unloadAllActiveTabs(event, /* noClose */ true);
|
||||||
}
|
}
|
||||||
|
|
||||||
#unloadAllActiveTabs(event, noClose = false) {
|
async #unloadAllActiveTabs(event, noClose = false) {
|
||||||
for (const tab of this.tabs) {
|
for (const tab of this.tabs) {
|
||||||
gZenPinnedTabManager._onCloseTabShortcut(event, tab, { noClose });
|
await gZenPinnedTabManager._onCloseTabShortcut(event, tab, { noClose });
|
||||||
}
|
}
|
||||||
this.activeTabs = [];
|
this.activeTabs = [];
|
||||||
}
|
}
|
||||||
|
@@ -156,11 +156,11 @@ tab-group[split-view-group] .tabbrowser-tab {
|
|||||||
|
|
||||||
tab-group[split-view-group] .tab-group-label-container {
|
tab-group[split-view-group] .tab-group-label-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: -moz-available;
|
||||||
height: 40px;
|
height: 36px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin: 0 !important;
|
margin: 2px 0 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tab-group[split-view-group] .tab-close-button {
|
tab-group[split-view-group] .tab-close-button {
|
||||||
@@ -329,6 +329,8 @@ zen-folder {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
|
align-content: center;
|
||||||
|
height: 100% !important;
|
||||||
|
|
||||||
:root:not([zen-sidebar-expanded]) & {
|
:root:not([zen-sidebar-expanded]) & {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
Reference in New Issue
Block a user