Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| className="m-4" | ||
| > | ||
| Unstake all | ||
| <span className="relative inline-flex items-center whitespace-nowrap"> |
There was a problem hiding this comment.
<span className="relative inline-flex items-center whitespace-nowrap"> could be refactored I guess
| </div> | ||
| <div className="flex items-center justify-end space-x-2"> | ||
| <div className="flex w-[200px] justify-end"> | ||
| <div className="solana-wallet-button flex w-[200px] justify-end [&_button]:!rounded-none"> |
There was a problem hiding this comment.
Why !rounded_none, I'm curious
There was a problem hiding this comment.
LOL seems like it's to give more priority to the style and override another rule
There was a problem hiding this comment.
lets not do it this way, this is not very friendly to future maintainers, we can just override the solana-wallet-button class in globals.css
There was a problem hiding this comment.
CI and Vercel comments. I don't know about removing the rounding, let's see what @cctdaniel thinks.
cctdaniel
left a comment
There was a problem hiding this comment.
left some comments on vercel, would appreciate it if you can create a new PR to make it optimized for mobile as well
Some style updates to make site consistent with pyth-web