diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index ddbff04931e0..e0bc44afac43 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -2076,6 +2076,7 @@ pref("sidebar.revamp.round-content-area", false); #endif pref("sidebar.animation.enabled", true); pref("sidebar.animation.duration-ms", 200); +pref("sidebar.animation.expand-on-hover.duration-ms", 400); pref("sidebar.main.tools", "aichat,syncedtabs,history"); pref("sidebar.verticalTabs", false); pref("sidebar.visibility", "always-show"); @@ -2083,6 +2084,7 @@ pref("sidebar.visibility", "always-show"); // as a backup to restore the sidebar UI state when a user has PPB mode on // or has history cleared on browser close. pref("sidebar.backupState", "{}"); +pref("sidebar.expandOnHover", false); pref("browser.ml.chat.enabled", true); pref("browser.ml.chat.hideLocalhost", true); diff --git a/browser/base/content/browser-box.inc.xhtml b/browser/base/content/browser-box.inc.xhtml index 7d7e8697f02f..2ca8bdd2674f 100644 --- a/browser/base/content/browser-box.inc.xhtml +++ b/browser/base/content/browser-box.inc.xhtml @@ -3,26 +3,29 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. - -