-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Styling #301
base: main
Are you sure you want to change the base?
Styling #301
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -294,10 +296,14 @@ function LockedModalButton({ | |||
} | |||
className="m-4" | |||
> | |||
Unstake all | |||
<span className="relative inline-flex items-center whitespace-nowrap"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<span className="relative inline-flex items-center whitespace-nowrap">
could be refactored I guess
@@ -46,7 +46,7 @@ const Header = () => { | |||
</Link> | |||
</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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why !rounded_none, I'm curious
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL seems like it's to give more priority to the style and override another rule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI and Vercel comments. I don't know about removing the rounding, let's see what @cctdaniel thinks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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