Skip to content

Instantly share code, notes, and snippets.

@jimmitchell
Created July 13, 2018 20:21
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 jimmitchell/cf8df1bdf01a6c2709895893cb9bea1f to your computer and use it in GitHub Desktop.
Save jimmitchell/cf8df1bdf01a6c2709895893cb9bea1f to your computer and use it in GitHub Desktop.
This is the CSS I used for the new Gmail look with Mailplane
/* Hide zero inbox message */
.TC[colspan="3"] {
display: none;
}
/* Hide message sidebar */
.Bu:not(:first-child) {
display: none;
}
/* Hide categories links in sidebar */
div.byl.aJZ.a0L,
.wT .HwgYue .CL {
display:none;
}
/* Hide chat */
[gh = "c"] {
display: none;
}
.YI {
display: none !important;
}
.Mqxrce {
display: none !important;
}
/* Hide storage */
.aeV > div > span:first-child,
.aeV > div > div:first-child {
display: none !important;
}
.aeW {
visibility: hidden !important;
}
/* Hide legal */
.aeU {
visibility: hidden;
}
/* Hide account activity */
.ae3 {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment