Skip to content

Instantly share code, notes, and snippets.

@timcole
Created September 30, 2018 07:07
Show Gist options
  • Save timcole/31e941cc8b0165a02255152c5bc9785e to your computer and use it in GitHub Desktop.
Save timcole/31e941cc8b0165a02255152c5bc9785e to your computer and use it in GitHub Desktop.
@-moz-document url("https://github.com/Urgo?tab=repositories&q=SocialBlade") {
.h-card,
.UnderlineNav,
.col-9 .position-relative div:first-child {
display: none;
}
.container-lg {
max-width: 80% !important;
}
.col-9 {
width: 100%;
}
ul[data-filterable-for="your-repos-filter"] {
width: 100%;
}
ul[data-filterable-for="your-repos-filter"] li {
float: left !important;
display: inline-block !important;
width: calc(50% - 10px) !important;
padding: 15px 25px !important;
margin: 5px;
background: rgba(0,0,0, 0.1);
border-radius: 3px;
border: 1px solid #343434 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment