Skip to content

Instantly share code, notes, and snippets.

@Gonzih
Created September 6, 2017 14:55
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 Gonzih/38fa8e4e7f6cd118d794e10d5dc8f01d to your computer and use it in GitHub Desktop.
Save Gonzih/38fa8e4e7f6cd118d794e10d5dc8f01d to your computer and use it in GitHub Desktop.
Make transfer.sh more screenshot friendly
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("transfer.sh") {
.wrapper h2.page-title, .wrapper a.btn, .wrapper h4, .wrapper br {
display: none;
}
#from-terminal {
margin-left: 0;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment