quist00 / onesearch-local

Provides a anuglar2 implementation of OneSearch (formerly Primo) searchbox that can be embedded on library's page
GNU General Public License v3.0
0 stars 0 forks source link

Replace "Advanced Search" button with icon on small screens #18

Open Steve-A-Orr opened 5 years ago

Steve-A-Orr commented 5 years ago

I've recently had a library employee point out that on small mobile device screens, the search icon (magnifying glass) and Advanced Search button get mashed together. (This makes it somewhat successful in being responsive, but not optimal.) I was then shown that the new Primo UI itself handles this situation by replacing that button with a "primo-ui:tune" icon.

So, I propose we configure onesearch-local to do the same--maybe through a media query or built-in Angular function. I don't know the solution, I'm just in the "propose and idea" phase. I'll look into it and report back if I find an acceptable approach.