Created
July 13, 2018 20:21
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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