Skip to content
This repository has been archived by the owner on Mar 2, 2025. It is now read-only.

Allow sidebar to be bigger? #2

Open
curtisgibby opened this issue Jul 1, 2020 · 0 comments
Open

Allow sidebar to be bigger? #2

curtisgibby opened this issue Jul 1, 2020 · 0 comments

Comments

@curtisgibby
Copy link

On my ginormously widescreen monitor, there's a lot of wasted space that I think could be filled nicely with the sidebar, allowing it to fill up to 25% of the screen width.

Current

image

Proposal

image

[data-testid="sidebarColumn"] {
    min-width: 300px;
    max-width: 100%;
    flex-grow: 1;
    width: 25%;
}

[data-testid="sidebarColumn"] > div:first-child > div:last-child {
    width: 100%;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant