marsara9 / lemmy-search

An enhanced search engine just for Lemmy/Fediverse
https://www.search-lemmy.com
GNU Affero General Public License v3.0
81 stars 4 forks source link

Use same fonts as Lemmy UI, search form update #22

Closed Mister-Digital closed 1 year ago

Mister-Digital commented 1 year ago

The last update removed font declarations in the stylesheet. I'm adding the same font family back that the Lemmy UI is using as well. I've also wrapped the search input into a form to have default features like search on enter, prevent empty submits, etc.

marsara9 commented 1 year ago

Can you target your changes to the develop branch instead? So that I can bundle this into the next release instead of creating a new release just for this?

Mister-Digital commented 1 year ago

Targeting develop branch

marsara9 commented 1 year ago

Thanks. Let me test this tonight after I get off work from my day job and if everything is working I'll merge this.

Thanks for the help.