Last active
June 6, 2018 10:35
-
-
Save Strum355/1d5d7fb188d87f9e0ca6e1fdf48946c0 to your computer and use it in GitHub Desktop.
Refined Github Sicc af CSS. Make the Githoob look cool and wide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.discussion-timeline::before { | |
width: 0px; | |
} | |
.container { | |
width: 90%; | |
} | |
body { | |
min-width: 0px; | |
} | |
#js-repo-pjax-container .container { | |
min-width: 0px; | |
} | |
.dashboard-sidebar { | |
width: 25%; | |
} | |
.container-lg { | |
max-width: 70%; | |
} | |
.avatar { | |
height: auto; | |
} | |
#js-repo-pjax-container > div.pagehead.repohead.instapaper_ignore.readability-menu.experiment-repo-nav { | |
border-bottom: 1px solid #e1e4e8; | |
} | |
.Header > .px-3 { | |
padding-right: 17em !important; | |
padding-left: 7em !important; | |
} | |
.css-truncate-target { | |
max-width: 100% !important; | |
} | |
.pinned-repo-item { | |
width: 49%; | |
} | |
@media only screen and (max-width: 1000px) { | |
.Header .px-3 { | |
padding-right: 16px !important; | |
padding-left: 16px !important; | |
} | |
#dashboard > div.dashboard-sidebar.column.one-third.pr-5.pt-3 > div.Box.Box--condensed.mb-3.Details.js-repos-container > div.Box-body > ul { | |
padding-right: 0 !important; | |
} | |
.container { | |
width: 99%; | |
} | |
.container-lg { | |
max-width: 100%; | |
margin-left: 0; | |
} | |
.dashboard-sidebar { | |
padding-right: 8px !important; | |
} | |
.flex-justify-between { | |
justify-content: flex-start !important; | |
} | |
body { | |
overflow-x: hidden; | |
} | |
body > div.position-relative.js-header-wrapper > header > div > div.HeaderMenu.d-flex.flex-justify-between.flex-auto > div:nth-child(2) { | |
margin-left: 2em; | |
} | |
.issues-listing #discussion_bucket > .discussion-timeline | |
{ | |
padding-left: 210px !important; | |
width: 100% !important; | |
} | |
.tabnav-extra { | |
margin-right: 100px; | |
} | |
#discussion_bucket > div.discussion-sidebar { | |
margin-right: 10px !important; | |
} | |
#js-pjax-container > div > div.col-9.float-left.pl-2 { | |
width: 77%; | |
} | |
#js-pjax-container > div > div.h-card.col-3.float-left.pr-3 { | |
width: 22%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment