Skip to content

Make Code Panel wider #19

@flatcap

Description

@flatcap

Please can you make the Code Panel full-width too.
Using Firefox's Inspector, the <div> that needs altering is:

<div data-selector="repos-split-pane-content" tabindex="0" class="Box-sc-g0xbh4-0 jgEDtJ">

It has the property:

max-width: 1012px;

Turning that off improves the look:

Before

image

After

image

That probably means that we need, either/or:

width: 100% !important;
max-width: none !important;

Thanks ❤️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions