Add: FFHome - Add the ability to hide Firefox's logo

This commit is contained in:
ryenyuku 2022-12-04 17:45:49 +07:00
parent 3fda00e12c
commit 6b7abd21db
2 changed files with 11 additions and 0 deletions

View file

@ -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") {

View file

@ -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);