Skip to content

Instantly share code, notes, and snippets.

@mkassner
Last active November 19, 2018 09:15
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 mkassner/8c10f473ed27bdecb95b666a7c1c5d2f to your computer and use it in GitHub Desktop.
Save mkassner/8c10f473ed27bdecb95b666a7c1c5d2f to your computer and use it in GitHub Desktop.
gmail classic with hidden inbox
/* remove everything else inbox message list */
.ae4.UI:nth-of-type(1) {
display: none;
}
/* remove controls on top of everything else inbox */
.D.E.G-atb.bP {
display: none;
}
/* hide stars */
.apU.xY {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment