Created
September 17, 2025 21:54
-
-
Save dcampos/ddfa81449b8c39d6a950a43e31d07795 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| diff -u -r WaveFox_v1.8.140.1/chrome/modules/horizontal_tabs/wavefox_tab_media_icons_and_text.css chrome/modules/horizontal_tabs/wavefox_tab_media_icons_and_text.css | |
| --- WaveFox_v1.8.140.1/chrome/modules/horizontal_tabs/wavefox_tab_media_icons_and_text.css 2025-07-07 19:00:14.000000000 -0300 | |
| +++ chrome/modules/horizontal_tabs/wavefox_tab_media_icons_and_text.css 2025-09-17 18:50:21.347517870 -0300 | |
| @@ -194,7 +194,7 @@ | |
| { | |
| height: auto !important; | |
| font-size: clamp(0px, 1em, 16px) !important; | |
| - mask-image: none !important; | |
| + /* mask-image: none !important; */ | |
| } | |
| .tab-label | |
| @@ -204,7 +204,7 @@ | |
| line-height: normal !important; | |
| overflow: hidden !important; | |
| white-space: nowrap !important; | |
| - text-overflow: ellipsis !important; | |
| + /* text-overflow: ellipsis !important; */ | |
| margin-block: 0px !important; | |
| } | |
| diff -u -r WaveFox_v1.8.140.1/chrome/userChrome.css chrome/userChrome.css | |
| --- WaveFox_v1.8.140.1/chrome/userChrome.css 2025-07-07 19:04:06.000000000 -0300 | |
| +++ chrome/userChrome.css 2025-09-17 18:45:04.534785295 -0300 | |
| @@ -30,3 +30,22 @@ | |
| /* ---------------------------------------- Third-party styles (Maximum priority) ---------------------------------------- */ | |
| /* =) */ | |
| + | |
| +:root { | |
| + .tab-background { | |
| + /* Space above tabs in maximized mode */ | |
| + margin-block: 4px 0px !important; | |
| + } | |
| +} | |
| + | |
| +#tabbrowser-tabs ~ #alltabs-button > .toolbarbutton-badge-stack > .toolbarbutton-icon { | |
| + opacity: 100 !important; | |
| +} | |
| + | |
| +#tabbrowser-tabs ~ #alltabs-button::after { | |
| + display: none; | |
| +} | |
| + | |
| +.titlebar-spacer { | |
| + width: 15px !important; | |
| +} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment