From f3668e4b64f17cd4e60509b2e6698ec9197b7fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Thu, 20 Nov 2025 02:24:46 -0600 Subject: [PATCH] firefox: fix patch breaking 145.0 release --- ...4-remove_support_firefox_mission_on_abrowser.patch | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/helpers/DATA/firefox/patch_changes/014-remove_support_firefox_mission_on_abrowser.patch b/helpers/DATA/firefox/patch_changes/014-remove_support_firefox_mission_on_abrowser.patch index 73f2ec6..c39a49b 100644 --- a/helpers/DATA/firefox/patch_changes/014-remove_support_firefox_mission_on_abrowser.patch +++ b/helpers/DATA/firefox/patch_changes/014-remove_support_firefox_mission_on_abrowser.patch @@ -120,14 +120,13 @@ index 269eca10..4c35b53f 100644 # Variables: # $num (number) - Number of rows displayed diff --git a/browser/themes/shared/preferences/preferences.css b/browser/themes/shared/preferences/preferences.css -index 9c8155e5..4718341f 100644 +index 3b0f222f..60e0dc1d 100644 --- a/browser/themes/shared/preferences/preferences.css +++ b/browser/themes/shared/preferences/preferences.css -@@ -1541,12 +1541,3 @@ richlistitem .text-link:hover { - .search-header:has(.section-heading) { +@@ -1470,15 +1470,6 @@ richlistitem .text-link:hover { margin: 0; } -- + -/* Styles for the "sponsors support our mission" message and link on the Home tab */ -.mission-message { - margin-block-start: var(--space-large); @@ -136,3 +135,7 @@ index 9c8155e5..4718341f 100644 - font-size: var(--font-size-small); - } -} +- + /* START SRD temp page header styles (bug 1948415) */ + .page-header { + gap: var(--space-small);