llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 411 forks source link

The placeholder in search bar is not readable properly in neighborhood view for small screen. #1207

Closed abhishektiwari47 closed 1 year ago

abhishektiwari47 commented 1 year ago

In the search bar in neighborhood view , there is a placeholder which says "Search in Neighborhood". This is not readable when the screen size is reduced to (min-width: 410px) and (max-width: 1023px). This issue looks like this. Placeholder

abhishektiwari47 commented 1 year ago

I have completed the solution for this.

llaske commented 1 year ago

It's just a matter of visibility, it's not a bug.

abhishektiwari47 commented 1 year ago

Yes that's not a bug but I thought it was an improvement to be done. That is actually resolved now. So should push it from dev branch or not?

On Tue, Feb 28, 2023, 02:41 Lionel Laské @.***> wrote:

It's just a matter of visibility, it's not a bug.

— Reply to this email directly, view it on GitHub https://github.com/llaske/sugarizer/issues/1207#issuecomment-1447095578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVAAZN3YZT4NVURTIQK57PDWZUKBTANCNFSM6AAAAAAVJKO254 . You are receiving this because you authored the thread.Message ID: @.***>

llaske commented 1 year ago

No