Skip to content

Instantly share code, notes, and snippets.

@simonwo
Last active July 26, 2017 10:10
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 simonwo/582892931ca70bb1470fd39072b0cd2f to your computer and use it in GitHub Desktop.
Save simonwo/582892931ca70bb1470fd39072b0cd2f to your computer and use it in GitHub Desktop.
Compact Trello userstyle. If you have the Stylus extension, you can download the JSON and use "Import styles".
@-moz-document domain("trello.com") {
.card-label.mod-card-front {
width: 8px;
height: 32px;
}
.list-card-labels {
margin-right: 6px;
margin-top: 2px;
float: left;
}
.list-card-members .member, .list-card-members .member-avatar {
height: 18px;
width: 18px;
}
.list-card-members .member-initials {
font-size: 8pt;
line-height: 18px;
}
.list-card-title {
clear: none;
}
}
[
{
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"name": "Compact Trello",
"sections": [
{
"code": ".card-label.mod-card-front {\n width: 8px;\n\theight: 32px;\n}\n.list-card-labels {\n margin-right: 6px;\n margin-top: 2px;\n float: left;\n}\n.list-card-members .member, .list-card-members .member-avatar {\n height: 18px;\n width: 18px;\n}\n.list-card-members .member-initials {\n font-size: 8pt;\n line-height: 18px;\n}\n.list-card-title {\n clear: none;\n}",
"urls": [],
"urlPrefixes": [],
"domains": [
"trello.com"
],
"regexps": []
}
],
"id": 1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment