Use more of the screen / expand to fill? #686
Unanswered
miketheman
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Apologies if this is asked/answered somewhere, but I noticed this behavior today when I was adding diagrams to a page.
Currently, the
sidebar-drawer
will never extend fully to the left, rather remains padded regardless of screen size on larger screens.furo/src/furo/assets/styles/_scaffold.sass
Lines 94 to 95 in 0c9be3f
The main content is also constrained to a maximum value, making the entire site have a maximum size despite how large the outer window has been resized..
Variables in charge:
furo/src/furo/assets/styles/variables/_layout.scss
Lines 7 to 8 in 0c9be3f
Example of the quickstart page with a larger browser window, demonstrating the empty space on both left and right sides
Here's a live example: https://warehouse.pypa.io/architecture.html
Is there another way to have the theme use more of the window (resize and expand)?
Beta Was this translation helpful? Give feedback.
All reactions