Tail end of 42.2. Moving from 52.9esr to 60.4esr the new tab for search page is radically different. After disabling all the cruft leaving the search and top-sites (as 52.9) the search bar and top sites are now centered in the page instead of providing a nicely formatted search at the top with top-sites below. Digging with the inspector, the problem is the css on: <div class="outer-wrapper wide-layout-enabled" data-reactroot=""> where you have: .outer-wrapper { display: flex; flex-grow: 1; height: 100%; <-- this is the problem, deleting fixes padding: 30px 32px 32ps; } Removing the `height: 100%;` restores the desired layout. How do I make this permanent in userChrome.css or userContent.css? What do I put there and which file does it go in? Asked on support.mozilla, but no response yet, so I thought I would ask here: https://support.mozilla.org/en-US/questions/1247523#answer-1190570 (screenshot of inspector output posted there) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org