mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Compact Mode - Restore
This commit is contained in:
parent
30a9868c71
commit
468666584d
1 changed files with 4 additions and 1 deletions
5
user.js
5
user.js
|
|
@ -2,7 +2,10 @@
|
|||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
// Fill SVG Color
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
|
||||
// CSS Blur Filter - 88 Above
|
||||
user_pref("layout.css.backdrop-filter.enabled", true);
|
||||
|
||||
// Restore Compact Mode - 89 Above
|
||||
user_pref("browser.compactmode.show", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue