Last active
November 19, 2018 09:15
-
-
Save mkassner/8c10f473ed27bdecb95b666a7c1c5d2f to your computer and use it in GitHub Desktop.
gmail classic with hidden inbox
This file contains 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
/* 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