Skip to content

Instantly share code, notes, and snippets.

@lyraddigital
Created August 13, 2019 08:00
Show Gist options
  • Save lyraddigital/bcbc6cb2305b5682e542f3c94b60ce13 to your computer and use it in GitHub Desktop.
Save lyraddigital/bcbc6cb2305b5682e542f3c94b60ce13 to your computer and use it in GitHub Desktop.
Hiding tiles for the mobile view of Twitter.
#profile-tile {
display: none;
}
#trending-tile {
display: none;
}
#notice-tile {
display: none;
}
#follow-tile {
display: none;
}
#links-tile {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment