You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, if this feature is to be implemented, I would like to make it configurable. Personally, I like the current behavior, but I understand that I might be in the minority.
The challenge will be to answer the question what "mobile" means. "Device width" is not a reliable factor, and can lead to issues (e.g. when resizing a desktop browser window). "Hover-able devices" will include tablets.
Having a fixed user configuration option independent of the device width etc. would fulfil your request without having to detect a mobile device. Would this cover your use case? Or do you have other suggestions?
Hello there,
On mobile, the "Search everywhere..." search bar is located at the top, which is nice, but is a bit far for most people's fingers.
Today, mobile browsers even have the url bar at the bottom for reachability purposes.
Would it be possible to have the search bar be sticky at the bottom on the viewport instead of at the top?
Basically having
bottom: 0
instead oftop: 0
forheader
and settingtop: 0
instead oftop: 60px
formain
in the css.WDYT?
The text was updated successfully, but these errors were encountered: