mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Add: FFHome - Add the ability to hide Firefox's logo
This commit is contained in:
parent
3fda00e12c
commit
6b7abd21db
2 changed files with 11 additions and 0 deletions
|
|
@ -442,6 +442,15 @@
|
|||
fill: var(--newtab-icon-secondary-color) !important;
|
||||
}
|
||||
}
|
||||
/** Activity Stream - Hide Firefox's logo ***********************************/
|
||||
@supports -moz-bool-pref("userContent.newTab.hide_logo") {
|
||||
.logo-and-wordmark {
|
||||
display: none !important;
|
||||
}
|
||||
.outer-wrapper:not(.fixed-search) .search-wrapper {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
/** Error Page - Restore illustrations ****************************************/
|
||||
@supports -moz-bool-pref("userContent.page.illustration") {
|
||||
|
|
|
|||
2
user.js
2
user.js
|
|
@ -158,6 +158,8 @@ user_pref("userChrome.rounding.square_tab", false);
|
|||
// -- User Content -------------------------------------------------------------
|
||||
// user_pref("userContent.player.ui.twoline", true);
|
||||
|
||||
// user_pref("userContent.newTab.hide_logo", true);
|
||||
|
||||
// user_pref("userContent.page.proton_color.dark_blue_accent", true);
|
||||
// user_pref("userContent.page.proton_color.system_accent", true);
|
||||
// user_pref("userContent.page.monospace", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue