mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Activity Stream - userContent.newTab.hide_logo -> userContent.newTab.hidden_logo
This commit is contained in:
parent
6b7abd21db
commit
bb69ddcf3b
3 changed files with 12 additions and 2 deletions
|
|
@ -443,7 +443,7 @@
|
|||
}
|
||||
}
|
||||
/** Activity Stream - Hide Firefox's logo ***********************************/
|
||||
@supports -moz-bool-pref("userContent.newTab.hide_logo") {
|
||||
@supports -moz-bool-pref("userContent.newTab.hidden_logo") {
|
||||
.logo-and-wordmark {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -193,4 +193,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** Activity Stream - Hide Firefox's logo ***********************************/
|
||||
@include Option("userContent.newTab.hidden_logo") {
|
||||
.logo-and-wordmark {
|
||||
display: none !important;
|
||||
}
|
||||
.outer-wrapper:not(.fixed-search) .search-wrapper {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
user.js
2
user.js
|
|
@ -158,7 +158,7 @@ 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.newTab.hidden_logo", true);
|
||||
|
||||
// user_pref("userContent.page.proton_color.dark_blue_accent", true);
|
||||
// user_pref("userContent.page.proton_color.system_accent", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue