Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Limit body / site width? #9

Closed
Ivoz opened this issue Sep 3, 2017 · 6 comments · Fixed by #11
Closed

Limit body / site width? #9

Ivoz opened this issue Sep 3, 2017 · 6 comments · Fixed by #11

Comments

@Ivoz
Copy link

Ivoz commented Sep 3, 2017

Text taking up the whole screen makes it so much harder to read and process. Honestly even though I can see why you want to integrate the branding with python.org, it kinda sucks that all the UX advantages carefully designed into RTD has to go with it.

This is one of the no-brainer things that the RTD theme gets right. (And, I guess, that python.org still gets horribly wrong)

I'd advocate something like

div.body {
    max-width: 60em;
}

body {
    max-width: 80em;
}

Which looks like this

@theacodes
Copy link
Member

I'm definitely open to this, but I'd prefer this to be done upstream in the Python doc theme.

@pradyunsg
Copy link
Member

@jonparrott Could pypa adopt this first and then demonstrating that there's genuine gains, one could push for upstream pydoc-theme to adopt these changes?

@theacodes
Copy link
Member

I'd be open to that, but since @Ivoz feels so strongly I'd suggest taking this directly upstream and I'm curious if there is already an open issue about it.

@pradyunsg
Copy link
Member

I'd be open to that

Great to know. :)

I'm curious if there is already an open issue about it.

Me too. I'll try to find it if it exists.

@Ivoz feels so strongly I'd suggest taking this directly upstream

@Ivoz -- are you willing to do so? If so, please do. :)

@pradyunsg
Copy link
Member

@jonparrott I'm a little jobless tomorrow; I'll take a shot at this?

@theacodes
Copy link
Member

theacodes commented Oct 7, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants