Skip to content

Instantly share code, notes, and snippets.

@neaf
Created June 21, 2012 14:25
Show Gist options
  • Save neaf/2966031 to your computer and use it in GitHub Desktop.
Save neaf/2966031 to your computer and use it in GitHub Desktop.
Clean TweetDeck to display on screen
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("https://web.tweetdeck.com/") {
#nav-column,
#topbar {
display: none !important;
}
#container {
top: -3px;
}
.column {
width: 50% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment