Skip to content

Instantly share code, notes, and snippets.

@AWare
Last active February 8, 2021 15:13
Show Gist options
  • Select an option

  • Save AWare/e52dbc0cd734ea1976c35d9d878018c0 to your computer and use it in GitHub Desktop.

Select an option

Save AWare/e52dbc0cd734ea1976c35d9d878018c0 to your computer and use it in GitHub Desktop.
@-moz-document url-prefix("https://trello.com/") {
.list-wrapper {
width: 500px;
}
.list-card {
max-width: unset;
padding-top: 1em;
padding-bottom: 2em;
}
body {
font-size: 20px;
font-family: monospace;
}
.window-overlay {
background-color: grey;
}
.window {
width: 40%;
}
.window-main-col {
width: calc(100% - 300px)
}
.card-label.mod-card-front {
font-size: unset;
line-height: unset;
max-width: unset;
padding: unset;
text-shadow: 1px 1px 2px black;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment