-
Notifications
You must be signed in to change notification settings - Fork 214
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
(style) O3-3579 : Changing the styles for help menu and devtools #1079
Conversation
flex: auto; | ||
bottom: 5rem; | ||
bottom: 2rem; | ||
right: 3rem; | ||
width: 11rem; |
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.
Shall we use px here too? The reason is that rem is relative to your screen, so the spaces will differ from screen to screen. The idea is to use the same unit for both icons.
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.
Sorry, this comment is meant to be for the help icon.
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.
Got it!
but as per reference to earlier comment on styling, would it be good to change the style of devtool icon (currently px) to rem?
@jayasanka-sack
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.
yes, that's better
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.
Thanks!! 🎉
…nmrs#1079) * Styling the devtools and help menu * move devtools styles in rem
Requirements
feat
,fix
, orchore
, among others). See existing PR titles for inspiration.For changes to apps
If applicable
Summary
This PR moves help menu icon to the position of dev tools and vice versa with reference to this comment
Screenshots
Related Issue
O3-3579