Lots of changes, tabs are now vertical and title bar is now separated!

This commit is contained in:
mauro-balades
2024-04-06 23:57:41 +02:00
parent fc7adf7698
commit 22d259855d
8 changed files with 238 additions and 60 deletions

View File

@@ -1,13 +1,20 @@
diff --git a/browser/base/content/browser.xhtml b/browser/base/content/browser.xhtml
index b4886fb5f74568b4c09eb620be9efb74e39c599c..b4a6bb5e06db8b097457c490d369ad9e2ae66454 100644
index b4886fb5f74568b4c09eb620be9efb74e39c599c..f6506e972bc464aaddf087d994ce439c02f9a2f9 100644
--- a/browser/base/content/browser.xhtml
+++ b/browser/base/content/browser.xhtml
@@ -165,7 +165,10 @@
#include navigator-toolbox.inc.xhtml
@@ -163,9 +163,15 @@
</vbox>
</html:template>
-#include navigator-toolbox.inc.xhtml
-
-#include browser-box.inc.xhtml
+ <hbox id="zen-titlebar-items-container">
+#include titlebar-items.inc.xhtml
+ </hbox>
+
+ <hbox flex="1">
+ #include navigator-toolbox.inc.xhtml
+ #include zen-sidebar-box.inc.xhtml
+ #include browser-box.inc.xhtml
+ </hbox>