Skip to content

Instantly share code, notes, and snippets.

@r-k-b
Created February 2, 2017 21:56
Show Gist options
  • Save r-k-b/5b65b6172ccea201db3183da9b712419 to your computer and use it in GitHub Desktop.
Save r-k-b/5b65b6172ccea201db3183da9b712419 to your computer and use it in GitHub Desktop.
Tweak Trello for better card title visibility when chromecast'd to TVs
/* Tweak Trello for better card title visibility when chromecast'd to TVs. */
/* https://gist.github.com/r-k-b/5b65b6172ccea201db3183da9b712419 */
#board {
margin-bottom: 0;
padding-bottom: 0;
}
#header {
height: 0;
padding: 0;
}
.js-add-list {
display: none ;
}
.list-card {
max-width: 100%;
}
.list-wrapper {
width: 19.3vw;
}
.list-wrapper:first-child, .js-list {
margin-left: 1px;
}
.open-card-composer {
display: none;
}
.textarea.mod-list-name {
height: 3em;
}
a {
color: black;
}
body {
font-size: 1.8rem;
line-height: 1.2;
}
input, select, textarea {
color: black;
font: 1.3rem Arial;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment