I asked for the App. As was the user Aa.
--
The regular website has an adaptive css that moves elements around depending on size. But it has a lot of room for improvement. The search box can eat community and feed and vice versa. There is also a feedback button on the left side when writing a reply. It disappears, when the site is not wide enough in virtual pixels.
My screen is 1080p, but my virtual screen is less, because windows settings and browser zoom. Even at 100%, my width in pixels, that the browser "sees" is only 1279.
console.log(window.innerWidth)
After increasing zoom level of the browser, at 853 width, the search bar dissapears.