diff --git a/README.md b/README.md index 296b142f9..d12bd8de9 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,13 @@ Zen coudn't be in its current state without the help of these amazing projects! [MPL LICENSE](./LICENSE) +## Star History + + + + + + Star History Chart + + + diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index c235f45e0..c013583e3 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -135,9 +135,13 @@ pref('dom.script_loader.bytecode_cache.strategy', 2); // Extremly experimental features pref("dom.webgpu.enabled", true); -// Font rendering +// Font rendering, not for MacOSX and Linux +#ifndef XP_UNIX +#ifndef XP_MACOSX pref('gfx.font_rendering.cleartype_params.rendering_mode', 5); pref('gfx.font_rendering.cleartype_params.gamma', 1750); +#endif +#endif #include better-fox.js diff --git a/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css b/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css index 1ae3741c7..a0265a2bd 100644 --- a/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css +++ b/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css @@ -9,7 +9,7 @@ margin-top: 0; /* Issue #156 */ } - :root[inFullscreen="true"] #navigator-toolbox { + #navigator-toolbox { margin-top: 0 !important; }