Added support for pinned web panels

This commit is contained in:
Mauro Balades
2024-04-27 17:54:46 +02:00
parent 8bdda39c35
commit bf5896556d
9 changed files with 107 additions and 21 deletions

View File

@@ -87,6 +87,7 @@
_changeSidebarLocation(value) {
const kElementsToAppend = [
"zen-sidebar-web-panel-wrapper",
"sidebar-splitter",
"sidebar-box",
"navigator-toolbox",
@@ -94,7 +95,6 @@
const kInlineIndicatorElements = [
"nav-bar",
"tabbrowser-tabbox",
"zen-sidebar-web-panel",
"appcontent",
...kElementsToAppend,
];