mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 09:29:58 +02:00
Updated to firefox 133.0.3 and fixed title bar issues with mica
This commit is contained in:
parent
52a607d0fb
commit
b652840090
5 changed files with 24 additions and 18 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
## 🖥️ Compatibility
|
## 🖥️ 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)!
|
- 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!
|
- 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!
|
||||||
|
|
|
@ -84,8 +84,14 @@
|
||||||
height: calc(2 * var(--toolbarbutton-inner-padding) + 16px) !important;
|
height: calc(2 * var(--toolbarbutton-inner-padding) + 16px) !important;
|
||||||
border-radius: var(--tab-border-radius) !important;
|
border-radius: var(--tab-border-radius) !important;
|
||||||
|
|
||||||
:root:not([zen-sidebar-expanded='true']) #navigator-toolbox & label {
|
:root:not([zen-sidebar-expanded='true']) #navigator-toolbox & {
|
||||||
display: none;
|
& .zen-workspace-sidebar-name {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
& .zen-workspace-sidebar-icon {
|
||||||
|
margin-inline-end: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/mozglue/misc/PreXULSkeletonUI.cpp b/mozglue/misc/PreXULSkeletonUI.cpp
|
|
||||||
index 416dce0f1f09b2f567ddf4fdab2beab54491a394..f2ffaf839fab724117500a61ce52618c99987277 100644
|
|
||||||
--- a/mozglue/misc/PreXULSkeletonUI.cpp
|
|
||||||
+++ b/mozglue/misc/PreXULSkeletonUI.cpp
|
|
||||||
@@ -862,7 +862,7 @@ Result<Ok, PreXULSkeletonUIError> DrawSkeletonUI(
|
|
||||||
ColorRect toolbar = {};
|
|
||||||
// In the vertical tabs case the main toolbar is in the titlebar:
|
|
||||||
toolbar.color =
|
|
||||||
- verticalTabs ? currentTheme.titlebarColor : currentTheme.backgroundColor;
|
|
||||||
+ true ? currentTheme.titlebarColor : currentTheme.backgroundColor;
|
|
||||||
toolbar.x = 0;
|
|
||||||
toolbar.y = tabBar.y + tabBarHeight;
|
|
||||||
toolbar.width = sWindowWidth;
|
|
13
src/xpfe/appshell/AppWindow-cpp.patch
Normal file
13
src/xpfe/appshell/AppWindow-cpp.patch
Normal file
|
@ -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
|
|
@ -5,7 +5,7 @@
|
||||||
"binaryName": "zen",
|
"binaryName": "zen",
|
||||||
"version": {
|
"version": {
|
||||||
"product": "firefox",
|
"product": "firefox",
|
||||||
"version": "133.0"
|
"version": "133.0.3"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"generateBranding": true
|
"generateBranding": true
|
||||||
|
@ -54,4 +54,4 @@
|
||||||
"licenseType": "MPL-2.0"
|
"licenseType": "MPL-2.0"
|
||||||
},
|
},
|
||||||
"updateHostname": "updates.zen-browser.app"
|
"updateHostname": "updates.zen-browser.app"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue