Skip to content

Instantly share code, notes, and snippets.

@jeroenvollenbrock
Last active December 12, 2017 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeroenvollenbrock/432a24f9ae3aef79f88e62b1927ffc23 to your computer and use it in GitHub Desktop.
Save jeroenvollenbrock/432a24f9ae3aef79f88e62b1927ffc23 to your computer and use it in GitHub Desktop.
Stylish github projects
@-moz-document url-prefix("https://github.com/orgs/athombv/projects/") {
.project-column {
min-width: 275px;
max-width: 275px;
}
.project-columns-container {
height: height: calc(100vh - 121px);
}
body {
background-color: #000;
}
.project-columns {
background: #000 url(https://github.com/athombv/com.athom.homeyscript/raw/master/www/img/bg.jpg) no-repeat center;
background-size: cover;
}
.issue-card small.text-gray, .issue-card small.text-gray-light, .issue-card span.labels {
display: none !important;
}
.project-header {
margin: 0px -20px 0;
padding-bottom: 8px !important;
background: rgba(255,255,255,0.9);
}
.AvatarStack,
.issue-card[data-card-type*="issue"] .card-menu-container,
.js-project-column-automation-footer,
.pagehead {
display:none;
}
.issue-card > div > a {
margin-right: 0 !important;
}
.js-new-column-button > a {
background: rgba(255,255,255,0.8) !important;
}
.js-new-column-button > a:hover {
background: rgba(255,255,255,1) !important;
}
.project-column {
background-color: rgba(255,255,255,0.97);
}
.js-project-column-cards, .project-column {
height: fit-content !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment