-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
fix: redirect modal style #6795
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
AI-Generated Summary: This pull request includes changes in the 'RedirectModal.vue' and 'useRedirectModal.ts' components of the application. The '.redirect-modal .modal-content' CSS class in 'RedirectModal.vue' is replaced with '.redirect-modal' and a z-index property is added. Also, the 'rootClass' in 'useRedirectModal.ts' is updated to include 'neo-modal' in addition to 'redirect-modal'. It seems to be a fix intended to improve the style and overlay positioning of the redirect modal. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit cdfbda8 and detected 0 issues on this pull request. View more on Code Climate. |
pay 30 usd |
😍 Perfect, I’ve sent the payout 🪅 Let’s grab another issue and get rewarded! |
Thank you for your contribution to the KodaDot - One Stop Shop for Polkadot NFTs.
👇 __ Let's make a quick check before the contribution.
PR Type
Context
Before submitting pull request, please make sure:
Optional
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
🤖 Generated by Copilot at d810288
Fixed a bug and improved the style of the redirect modal component. Added a z-index to the
redirect-modal
class and a neo theme to therootClass
inRedirectModal.vue
anduseRedirectModal.ts
.🤖 Generated by Copilot at d810288