chore: Update Zen theme CSS to use CSS variables for element separation

This commit is contained in:
Mauro Balades
2024-08-15 14:26:05 +02:00
parent e0712d80a4
commit b584bb2d4e
4 changed files with 9 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
diff --git a/toolkit/modules/ActorManagerParent.sys.mjs b/toolkit/modules/ActorManagerParent.sys.mjs
index 71409e58271802fc506999712519df63eff3b1a6..72b51d849bcbf7f1c0a7418da545bbbfb2b55d15 100644
index 71409e58271802fc506999712519df63eff3b1a6..a136eb21a8abf1697b820ae4ab85224c56b725ec 100644
--- a/toolkit/modules/ActorManagerParent.sys.mjs
+++ b/toolkit/modules/ActorManagerParent.sys.mjs
@@ -666,6 +666,19 @@ if (!Services.prefs.getBoolPref("browser.pagedata.enabled", false)) {
@@ -666,6 +666,20 @@ if (!Services.prefs.getBoolPref("browser.pagedata.enabled", false)) {
};
}
@@ -17,6 +17,7 @@ index 71409e58271802fc506999712519df63eff3b1a6..72b51d849bcbf7f1c0a7418da545bbbf
+ },
+ },
+ matches: ["https://*.zen-browser.app/*"],
+ allFrames: true,
+};
+
if (AppConstants.platform != "android") {