-
Notifications
You must be signed in to change notification settings - Fork 0
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
CORE-783 Help menu #78
Conversation
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.
src/components/HelpMenu.tsx
Outdated
}; | ||
|
||
const IframeWrapper = styled.div` | ||
background-color: #F5F5F5; |
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.
I think this is neutralBright
in the color palette
display: none; | ||
#ladle-root { | ||
position: absolute; | ||
right: 0; |
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.
Yeah this is probably better than the pseudo-preview mode
src/components/HelpMenu.tsx
Outdated
button { | ||
height: 3rem; | ||
background-color: white; | ||
border: 1px solid #D5D5D5; |
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.
might want to use the color palette here too
@jivey I think the back button being weird is really a side-effect of the shenanigans I had to do specifically in ladle to have the ladle sidebar still work in body portal mode. Normally the contact us form should occupy the whole screen, but here it's getting restricted to the side, so the button looks weird. |
It seems that instead of pushing ladle-root to the side I can set |
https://openstax.atlassian.net/browse/CORE-783