Refactor URL bar behavior, update compact mode styles, and enhance sidebar animations

This commit is contained in:
mr. M
2024-12-14 17:43:17 +01:00
parent 37f5756ddb
commit a35c0fc1a7
6 changed files with 83 additions and 41 deletions

View File

@@ -108,7 +108,7 @@ pref('zen.view.compact.toolbar-hide-after-hover.duration', 1000);
pref('zen.view.compact.color-toolbar', true);
pref('zen.view.compact.color-sidebar', true);
pref('zen.urlbar.behavior', 'float'); // default, floating-on-type, float
pref('zen.urlbar.behavior', 'floating-on-type'); // default, floating-on-type, float
#ifdef XP_MACOSX
// Disable for macos in the meantime until @HarryHeres finds a solution for hight DPI screens