-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
NV-1959B - 🐛 Bug Report: The Notification Center isn't mobile responsive #3948
Conversation
Co-authored-by: aayushdura <58044533+aayushdura@users.noreply.github.com>
@scopsy This PR is ready for review. Cc: @jainpawan21 |
Hi @BiswaViraj |
@BiswaViraj ping! |
@media (max-width: 480px) { | ||
padding: 0 10% 0 2%; | ||
} |
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.
@media (max-width: 480px) { | |
padding: 0 10% 0 2%; | |
} |
You can remove this padding
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.
Done @BiswaViraj
Co-authored-by: aayushdura <58044533+aayushdura@users.noreply.github.com>
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.
🌟
What change does this PR introduce?
Fix the notification popup which would overflow to one side on mobile screens.
Why was this change needed?
closes #3125
Other information
After Fix:
This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time.