Created
September 30, 2018 07:07
-
-
Save timcole/31e941cc8b0165a02255152c5bc9785e to your computer and use it in GitHub Desktop.
This file contains 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
@-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