Skip to content

Instantly share code, notes, and snippets.

@BlackMac
Last active August 31, 2015 11:52
Show Gist options
  • Save BlackMac/ade2de0460884291b01d to your computer and use it in GitHub Desktop.
Save BlackMac/ade2de0460884291b01d to your computer and use it in GitHub Desktop.
Better Trello print style for the most essential info on cards. Use https://chrome.google.com/webstore/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb to install
@media print {
body, html {
height:90% !important;
}
.window-module {
display: none;
}
.window-cover {
height:350px !important;
}
.window-title-text {
font-size:30px;
}
.window-cover {
position: absolute !important;
bottom:0px !important;
}
.card-detail-window {
margin-bottom:350px;
min-height:400px;
}
.window {
margin-top:20px !important;
margin-bottom:0px !important;
}
.js-current-list {
display:block !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment