Skip to content
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

Suggestion #64

Closed
BlakeTrebelhorn opened this issue Oct 11, 2016 · 1 comment
Closed

Suggestion #64

BlakeTrebelhorn opened this issue Oct 11, 2016 · 1 comment

Comments

@BlakeTrebelhorn
Copy link

This isn't so much of an issue, but a suggestion. I'm not sure if this is doable already, but it would be nice to set the cell width to be a % of the width, so it resizes dynamically when the window is resized. I've been using this code in my custom.css to do so(which I've found on the internet):

Make the notebook cells take almost all available width
.container {width: 99% !important;}

Prevent the edit cell highlight box from getting clipped; * important so that it also works when cell is in edit mode
div.cell.selected {border-left-width: 1px !important;}

I've just added it to the bottom of the custom.css made by jt and it works well.
Also I want to say thanks for this, it's really awesome!

@dunovank
Copy link
Owner

dunovank commented Apr 8, 2017

Hey, sorry I forgot about this suggestion. The latest release includes this capability, using the argument -cellw 99%

@dunovank dunovank closed this as completed Apr 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants