Closed fsilvaco closed 2 years ago
Someone is attempting to deploy a commit to a Personal Account owned by @willianjusten on Vercel.
@willianjusten first needs to authorize it.
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/willianjusten/nba-remix/4dfWadgFHxD9jiZpW43yFgHBRY11
✅ Preview: https://nba-remix-git-fork-fsilvaco-main-willianjusten.vercel.app
@fsilvaco I liked your solution, very cool. But there are two problems:
backdrop-filter
doen't work on Firefox, but we have added a custom plugin, based on this posts, that adds a fallback firefox:fallback-property
. In this case, the NBA logo could have a opacity instead.@adeonir, Thanks for your feedback.
backdrop-filter
I applied a new solution, using filter: blur()
that works in Firefox.Nice work 🚀
@adeonir, @willianjusten, Done! Thanks for the comments and help! I am very happy to contribute to such an amazing project. <3
It solves the problem on large screens. Background created with pure CSS:
Before:
After: