You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve regression introduced by Firefox v148 changes (Bug 2008041)
adjust urlbar text centering calculation when uc.flex.style-urlbar-center-text is enabled
* Fixed a regression introduced by Firefox v148 changes that caused the New Tab page search box styling to stop working. ([Bug 2008041](https://bugzilla.mozilla.org/show_bug.cgi?id=2008041))
29
+
* Adjusted the text centering calculation in the address bar when `uc.flex.style-urlbar-center-text` is enabled.
30
+
31
+
<!-- END What's New -->
32
+
26
33
## 🦊 v6.0.4
27
34
28
35
### ✨ New (Native Vertical Tabs and Sidebery only)
Copy file name to clipboardExpand all lines: chrome/content/uc-newtab.css
+68-25Lines changed: 68 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,44 @@ url-prefix("about:home") {
8
8
}
9
9
}
10
10
/* Search bar. */
11
+
/* Firefox v148 moved .search-handoff-button into a shadow DOM. This requires un-nesting the button and using CSS variables to pass states from the parent container. */
0 commit comments