Skip to content

Draft: Add narrow screen modification for search button

What does this MR do and why?

Add narrow screen modification for top right search button

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Viewport size Before After
xs (<576px)
sm (>=576px)
md (>=768px)
lg (>=992px)
xl (>=1200px)

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:search_button_top_right)
  2. Visit page http://127.0.0.1:3000
  3. Check out the top right corner button

Related to #480341

Merge request reports

Loading