This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26fcb12
commit 843e396
Showing
6 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,43 @@ | ||
# Firefox Ultra Compact Mode | ||
|
||
This theme goal is to create a compact mode that follows Firefox 89 (known as | ||
Proton) design system while using the same vertical space as the compact mode in | ||
Firefox 88 (known as Photon). | ||
|
||
## Installation | ||
|
||
1. Follow the instruction in https://www.userchrome.org/how-create-userchrome-css.html. | ||
2. Open *about:config* and set `browser.compactmode.show` to `true`. | ||
1. Type *about:config* in the address bar and press Enter/Return. | ||
2. Click the button accepting the risk. | ||
3. In the search box above the list, type or paste | ||
`toolkit.legacyUserProfileCustomizations.stylesheets`. | ||
4. Double-click the `toolkit.legacyUserProfileCustomizations.stylesheets` | ||
preference to switch the value from false to true. | ||
5. Now, search for `browser.compactmode.show` and set it to `true`. | ||
6. Close *about:config* tab. | ||
7. Open your profile folder (See [How do I find my profile?][profile]) | ||
8. Go to *chrome* folder or create it if it doesn't exist | ||
9. Copy/Paste the userChrome.css file from this repository inside the *chrome* | ||
folder. | ||
10. Enjoy! :) | ||
|
||
## Screenshots (Click on the image to enlarge) | ||
|
||
Size difference between (from left to right) regular, compact and ultra compact | ||
mode | ||
|
||
<img src="screenshots/ff-ultra-diff.png" | ||
alt="Size difference between regular, compact and ultra compact mode"> | ||
|
||
Dark theme: | ||
|
||
<img src="screenshots/ff-ultra-dark.png" | ||
alt="Preview in dark mode" | ||
width="500"> | ||
|
||
Light theme: | ||
|
||
## Screenshots | ||
<img src="screenshots/ff-ultra-light.png" | ||
alt="Preview in light mode" | ||
width="500"> | ||
|
||
<img src="screenshots/ff-ultra-theme.png" alt=""> | ||
<img src="screenshots/ff-theme-diff.png" alt=""> | ||
[profile]: https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-profile |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.