MCHSL / sane-github

Less bad UI for GitHub.
11 stars 2 forks source link

Open a Pull Request is still tiny #16

Open ike709 opened 4 years ago

ike709 commented 4 years ago

image

ZeWaka commented 4 years ago

one of these fixes it, i forget which:

#files {
    margin-left: 0 !important;
    width: 100% !important;
}

:not(#discussion_bucket):not(#wiki-content):not(.container-xl) > .gutter-condensed:not(.js-pinned-items-reorder-list).gutter-lg:not(.flex-column) > .flex-shrink-0:first-child {
    width: 100% !important;
}

.repository-content > .d-flex.width-full > .flex-column {
    width: 78% !important;
}