-
Notifications
You must be signed in to change notification settings - Fork 15
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(frontend/settings): change theme tool button position #586
Conversation
Possibly related to #519 |
@Harjot1Singh should I address #519 in new PR or do it here? @bhajneet is the button layout change acceptable though? |
It might actually make more sense to do #519 first if it won’t take too long, and merge it in |
@bhajneet MaterialUI Grid and Button have some sort of padding is causing the green lines as shown in your screenshot. |
Can you add a css rule for sibling of button to remove it's top padding? |
fixes linting errors
Yeah, so that would be top margin then. Rule would be similar to
|
What is happening with this PR @saihaj? |
I think me and @bhajneet were trying to do something and that didn’t work. Can you please run it locally and see. I think this is what the issue is #586 (comment) |
Too stale |
Summary of PR
Changes position of overlay button in settings
Before
After
Time spent on PR
2 mins
Related
#583 (comment)
Reviewers
@bhajneet @Harjot1Singh