Skip to content

Instantly share code, notes, and snippets.

@timriley
Forked from cmod/twitter_notifications_only.css
Last active August 29, 2015 14:07
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 timriley/8c70fc84c473f375057c to your computer and use it in GitHub Desktop.
Save timriley/8c70fc84c473f375057c to your computer and use it in GitHub Desktop.
/*
Just the Notifications, please
==============================
1. Make a Fluid (http://fluidapp.com/) instance of https://twitter.com/i/notifications
2. Apply the below CSS as a Userstyles stylesheet
3. Enjoy just the conversation, not the timeline
Why?
----
Sometimes it's nice to ignore the flow, and concentrate on the connections.
Self control is hard. This makes it a little harder to lose onesself in the timeline.
*/
.topbar { display: none !important; }
.dashboard { display: none !important; }
#trends_dialog { display: none !important; }
.content-main { float: none !important; width: auto !important; }
.wrapper { width: auto !important; }
.AppContent { padding-top: 10px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment