After using this template for about a week now (it's pretty good by the way!), I've noticed some things that could be improved.
For one, a small issue that I found, and very easy to fix, is that in Firefox, by default, the Search component shows a blue border when focused, which looks ugly, in my opinion. I know this isn't intended because I tried it on Google Chrome and the border wasn't there.
The solution is as simple as adding this code to Search.svelte, inside <style> tags.
After using this template for about a week now (it's pretty good by the way!), I've noticed some things that could be improved.
For one, a small issue that I found, and very easy to fix, is that in Firefox, by default, the Search component shows a blue border when focused, which looks ugly, in my opinion. I know this isn't intended because I tried it on Google Chrome and the border wasn't there.
The solution is as simple as adding this code to
Search.svelte
, inside<style>
tags.