Bug 1439840 - Activity Streams search bar is displayed behind the Tour notification. r?k88hudson draft
authorEd Lee <edilee@mozilla.com>
Fri, 06 Jul 2018 15:45:40 -0700
changeset 815217 f34863c8aed0785919d1911e5ffd9d00a128bb31
parent 815208 9849ea3937e2e7c97f79b1d2b601f956181b4629
push id115466
push userbmo:edilee@mozilla.com
push dateFri, 06 Jul 2018 22:50:38 +0000
reviewersk88hudson
bugs1439840
milestone63.0a1
Bug 1439840 - Activity Streams search bar is displayed behind the Tour notification. r?k88hudson Increase the min width now that activity stream responsively switches to a wide layout (which increases the width of the search box). MozReview-Commit-ID: v3mbcRZGQh
browser/extensions/onboarding/content/Onboarding.jsm
--- a/browser/extensions/onboarding/content/Onboarding.jsm
+++ b/browser/extensions/onboarding/content/Onboarding.jsm
@@ -16,17 +16,17 @@ const UITOUR_JS_URI = "resource://onboar
 const TOUR_AGENT_JS_URI = "resource://onboarding/onboarding-tour-agent.js";
 const BRAND_SHORT_NAME = Services.strings
                      .createBundle("chrome://branding/locale/brand.properties")
                      .GetStringFromName("brandShortName");
 const PROMPT_COUNT_PREF = "browser.onboarding.notification.prompt-count";
 const NOTIFICATION_FINISHED_PREF = "browser.onboarding.notification.finished";
 const ONBOARDING_DIALOG_ID = "onboarding-overlay-dialog";
 const ONBOARDING_MIN_WIDTH_PX = 960;
-const SPEECH_BUBBLE_MIN_WIDTH_PX = 1130;
+const SPEECH_BUBBLE_MIN_WIDTH_PX = 1365;
 const SPEECH_BUBBLE_NEWTOUR_STRING_ID = "onboarding.overlay-icon-tooltip2";
 const SPEECH_BUBBLE_UPDATETOUR_STRING_ID = "onboarding.overlay-icon-tooltip-updated2";
 const ICON_STATE_WATERMARK = "watermark";
 const ICON_STATE_DEFAULT = "default";
 
 /**
  * Helper function to create the tour description UI element.
  */