Last active
February 8, 2021 15:13
-
-
Save AWare/e52dbc0cd734ea1976c35d9d878018c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-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