mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
diff --git a/browser/base/content/browser.xhtml b/browser/base/content/browser.xhtml
|
|
index 481ebbee437250c71e9bd10c4fb6fc0c31314925..3bb046a4635fad831cc447e29516ee5ed407a3f2 100644
|
|
--- a/browser/base/content/browser.xhtml
|
|
+++ b/browser/base/content/browser.xhtml
|
|
@@ -138,6 +138,8 @@
|
|
window.addEventListener("DOMContentLoaded",
|
|
gBrowserInit.onDOMContentLoaded.bind(gBrowserInit), { once: true });
|
|
</script>
|
|
+#include zen-locales.inc.xhtml
|
|
+#include zen-assets.inc.xhtml
|
|
</head>
|
|
<html:body xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
# All sets except for popupsets (commands, keys, and stringbundles)
|
|
@@ -159,9 +161,12 @@
|
|
</vbox>
|
|
</html:template>
|
|
|
|
-#include navigator-toolbox.inc.xhtml
|
|
-
|
|
-#include browser-box.inc.xhtml
|
|
+ <hbox id="zen-main-app-wrapper" flex="1">
|
|
+ #include navigator-toolbox.inc.xhtml
|
|
+ <html:span id="zen-sidebar-box-container">
|
|
+ </html:span>
|
|
+ #include browser-box.inc.xhtml
|
|
+ </hbox>
|
|
|
|
<html:template id="customizationPanel">
|
|
<box id="customization-container" flex="1" hidden="true"><![CDATA[
|