From 4272eb298db5aa7e25dd57e8e8037637f73ee43f Mon Sep 17 00:00:00 2001 From: Drew Willcoxon Date: Thu, 1 Apr 2021 12:00:49 +0000 Subject: [PATCH] Bug 1701756 - Fix stretched navbar images in the search bar preferences UI. r=Gijs,preferences-reviewers We just need to set `align=start` on `#searchBarVisibleGroup`. There are a couple of things to note about this: * The images are stretched only when the Quick Suggest checkbox is visible, which it isn't unless the Quick Suggest pref is enabled * This is broken even without the Quick Suggest checkbox because the two images shrink when the window is narrow Differential Revision: https://phabricator.services.mozilla.com/D110487 --- browser/components/preferences/search.inc.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/preferences/search.inc.xhtml b/browser/components/preferences/search.inc.xhtml index 91a15a82f306..864e18cb5189 100644 --- a/browser/components/preferences/search.inc.xhtml +++ b/browser/components/preferences/search.inc.xhtml @@ -13,7 +13,7 @@