Skip to content

Commit

Permalink
Updated to firefox 133.0.3 and fixed title bar issues with mica
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 12, 2024
1 parent 52a607d commit b652840
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## 🖥️ Compatibility

Zen is currently built using firefox version `133.0`! 🚀
Zen is currently built using firefox version `133.0.3`! 🚀

- Check out the latest [release notes](https://zen-browser.app/release-notes)!
- Part of our mission is to keep Zen up-to-date with the latest version of Firefox, so you can enjoy the latest features and security updates!
Expand Down
10 changes: 8 additions & 2 deletions src/browser/base/content/zen-styles/zen-workspaces.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,14 @@
height: calc(2 * var(--toolbarbutton-inner-padding) + 16px) !important;
border-radius: var(--tab-border-radius) !important;

:root:not([zen-sidebar-expanded='true']) #navigator-toolbox & label {
display: none;
:root:not([zen-sidebar-expanded='true']) #navigator-toolbox & {
& .zen-workspace-sidebar-name {
display: none;
}

& .zen-workspace-sidebar-icon {
margin-inline-end: 0 !important;
}
}

&:hover {
Expand Down
13 changes: 0 additions & 13 deletions src/mozglue/misc/PreXULSkeletonUI-cpp.patch

This file was deleted.

13 changes: 13 additions & 0 deletions src/xpfe/appshell/AppWindow-cpp.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/xpfe/appshell/AppWindow.cpp b/xpfe/appshell/AppWindow.cpp
index 69157dd642fe2f20bd77fb9e39fe3ae0c2806176..d4d0aa69ae6e3fd995255f22e1088eca0e58e959 100644
--- a/xpfe/appshell/AppWindow.cpp
+++ b/xpfe/appshell/AppWindow.cpp
@@ -1845,7 +1845,7 @@ nsresult AppWindow::MaybeSaveEarlyWindowPersistentValues(
}
}

- settings.verticalTabs = Preferences::GetBool("sidebar.verticalTabs", false);
+ settings.verticalTabs = Preferences::GetBool("zen.tabs.vertical", false);

Unused << PersistPreXULSkeletonUIValues(settings);
#endif
4 changes: 2 additions & 2 deletions surfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"binaryName": "zen",
"version": {
"product": "firefox",
"version": "133.0"
"version": "133.0.3"
},
"buildOptions": {
"generateBranding": true
Expand Down Expand Up @@ -54,4 +54,4 @@
"licenseType": "MPL-2.0"
},
"updateHostname": "updates.zen-browser.app"
}
}

0 comments on commit b652840

Please sign in to comment.