denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

hero gradient background (svg) #2105

Closed meszarosdezso closed 2 years ago

meszarosdezso commented 2 years ago

The same as #2077, but with Ryan's React component.

Screenshot 2022-04-07 at 13 16 20

( I am not sure about the formatting changes, I ran deno fmt before commiting )

rojvv commented 2 years ago

Why does it take a second for the gradient to appear? It is kinda annoying.

meszarosdezso commented 2 years ago

@roj1512 you're right, it has to be a component so it loads with the rest of the content. thanks for noting, I updated the PR.

kt3k commented 2 years ago

This seems breaking the menu in mobile screen

Before

スクリーンショット 2022-04-08 14 12 53

After

スクリーンショット 2022-04-08 14 11 44
meszarosdezso commented 2 years ago

Sorry for that @kt3k, fixed now.

kt3k commented 2 years ago

@meszarosdezso Thanks for updating!

ry commented 2 years ago

Let's try it!

Thank you @meszarosdezso and @roj1512