-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Notebooks: have a lot of unneeded margins/paddings? #101366
Comments
This was intentional, previously code cells and markdown cells were on the same vertical plane and it was hard to tell which cells were code vs markdown (especially when edited a markdown cell). So we decided to indent code cells to give better hierarchy. We could tighten the left margin by a few pixels (~8px) but we'd still need to keep the code cells indented. |
@bpasero are you thinking about horizontal padding or vertical padding or both? |
Both horizontal and vertical padding! Maybe have a setting where I can decide if I want the condense view or not. Now that I look at my screenshot from #101366 (comment) again, it really feels like there is a bug in notebook that prevents some data to be shown. |
I've updated the overall padding/margin around the cells, between the cells, and inside the editors: I also created #101635 to propose to hide the status bar until needed, and #101633 to explore a more compact bottom toolbar which will reduce more space. Let me know if this looks good for you and we can close out this issue. |
@rebornix @misolori is there any way I can see how this used to look in 1.46? How can I run an older notebook UX currently, if possible? |
You can see it in stable, starting with |
@roblourens this results in:
|
Oh, I guess you would have to use an older build of the extension. It works for the markdown notebook. |
Thanks that works 👍 |
The editor inner left padding issue is extracted to #101808 . |
I see there are improvments, adding verified and Ben can open more issues once he is back if this did not capture everything he pointed out. |
Testing #100965
I find this could be more condense.
The text was updated successfully, but these errors were encountered: