-
-
Notifications
You must be signed in to change notification settings - Fork 128
Add content for the lesson displayed when the shell is active. #194
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
Conversation
Note that the styling for this needs fixing in shell.css Closes numpygh-81
|
It might be easiest to share changes here: Let me know if that looks better to you, @rgommers! |
|
And the flex elements in between |
|
Hmm, I don't see how to override margin/padding of child elements. Perhaps |
|
Try this rule: That will definitely shrink margin between those blocks and we shouldn't need to refactor content outside of the partial you've created. Update: If it's helpful, each of the numbers inside of the margin rule correspond to top, right, bottom, left. |
|
Thanks @joelachance, getting there. I still don't understand these precedence rules. Works for Does not work for With this CSS (tried a bunch of variations: |
|
If I toggle |
|
@rgommers In the first example, The The You'll notice we've done it a couple of places already in our stylesheets, which I think is sometimes better than having to assign an element more id's or classes just to avoid the If you can point out where the |
|
Cool, thanks for the explanation! I'll try.
|





Note that the styling for this needs fixing in
shell.css, now nothing is visible. I tried with theshell-content-messageclass and got:So the highlighting is fine, but the text justification is messed up. @joelachance could you help with that?
Closes gh-81