-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix #305 Move 1400px media-query to 1100px #396
Conversation
…t width There is still a bug were the centent width fills the full screen. This will have to be fixed before merging.
Ok, I found the issue with the content taking the full width, you can not use |
# Conflicts: # sphinx_rtd_theme/static/css/theme.css_t # sphinx_rtd_theme/static/css/theme.css_t.map
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.
We discussed this one on IRC a bit. I think javascript is the wrong path here.
Poke. |
Can we please merge this? |
I am going to defer to @agjohnson for final approval but I think this is good to go. Here's a screenshot to help just visualize the changes: The big difference is that currently in master there is a left margin on the main content block ( |
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.
LGTM
With two reviews approving this and Anthony not being away I will just merge this. |
* rtfd/master: (252 commits) Docs: restructure (readthedocs#573) Docs: Fix typos (readthedocs#584) add missing quotes (bottom should be a string) (readthedocs#580) Typo: Contibuting => Contributing Allow versions popup to scroll (readthedocs#576) Add document block and rename bodycontent content Add a block around the page content Docs: httpdomain package name uses dash instead of period Update changlog for 0.2.5 (readthedocs#570) Run Grunt (readthedocs#568) Create CODE_OF_CONDUCT.md (readthedocs#562) readthedocs#463 - Add github, gitlab, bitbucket page arguments option (readthedocs#464) Remove from theme.conf Remove from docs Update footer.html (readthedocs#561) Refactor docs: split up & slim down read me Fix readthedocs#305 Move 1400px media-query to 1100px (readthedocs#396) Only output div.articleComments if the block has content (readthedocs#555) Readme cleanup (readthedocs#554) Add GitHub templates (readthedocs#410) ...
This makes the media-query always equal to the sidebar width + the content width. Fixes #305