Skip to content

Instantly share code, notes, and snippets.

@kg
Created May 13, 2016 00:32
Show Gist options
  • Save kg/3fd24c0ea36118b91dab149541b3c8a9 to your computer and use it in GitHub Desktop.
Save kg/3fd24c0ea36118b91dab149541b3c8a9 to your computer and use it in GitHub Desktop.
mobile twitter userstyle
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(mobile.twitter.com) {
body {
background-color: rgb(24, 32, 40);
}
nav {
align-items: stretch !important;
}
nav > div:first-child {
margin-left: 48px !important;
}
main[role="main"] > div:first-child {
background-color: rgb(244, 248, 252);
max-width: 1000px !important;
margin-left: 48px !important;
}
div[role="row"] > div[role="gridcell"]:hover {
background-color: white;
}
div[data-testid="tweet"] > div:first-child {
max-width: 84px !important;
}
div[data-testid="tweet"] > div > a[aria-hidden="true"] {
max-width: 70px !important;
max-height: 70px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment