fix: Fixed compact mode not resizing properly, b=(no-bug), c=compact-mode

This commit is contained in:
Mr. M
2025-05-04 22:01:30 +02:00
parent f75e74b678
commit 05df28ae72
2 changed files with 15 additions and 18 deletions

View File

@@ -110,11 +110,7 @@ pref('zen.injections.match-urls', 'http://localhost/*', locked);
#endif
pref('zen.rice.share.notice.accepted', false);
#ifdef XP_MACOSX
pref('zen.theme.border-radius', 10); // In pixels
#else
pref('zen.theme.border-radius', 8); // In pixels
#endif
pref('zen.theme.color-prefs.use-workspace-colors', true);