-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to move Search item into the miniflux menu? #2337
Comments
@jum I agree and added a horrible hack to my custom CSS to move the search button to the right side of the same line as the logo menu:
Those numbers put it in a good spot on my phone (with my other custom CSS), but you'll probably have to play with them to get it to the right place for you. Edit: To limit to mobile displays, you can do something like
|
The new search location looks very bad on my phone. Takes up too much real estate. Please move to the menu. Also, if I use the @elcste custom CSS, then the search menu is in a bad location when I view from a desktop browser. |
@wackydoo I use this custom css which puts the search menu at the far right on desktop and mobile: .search {
position: absolute;
top: 3px;
right: 5px;
}
.search-summary {
margin-inline: unset;
margin-inline-start: auto;
} Additionally, I use the following to gain a little more screen real estate: .header {
margin-bottom: 0px;
} |
This change was made in this PR #2322 and also discussed here: #2322 (comment) Citing @krvpb024 (The contributor that made all these accessibility improvements):
This change also bother me a little bit, and I'm thinking about moving the search form to its own page. That should solve the situation for everyone and simplify the code base as well. |
The new Search menu takes up quite some screen real estate on a narrow phone screen. It is also quite easy to touch accidentally when I am reaching for the Miniflux menu itself. I myself am using search rather seldomly, but I use the Miniflux menu quite often, for example to switch categories. Would it be possible to add an option to move the search item to the main Miniflux menu?
The text was updated successfully, but these errors were encountered: