Last active
January 21, 2016 18:32
-
-
Save amslezak/a5bf5c41976a4dd9d7f8 to your computer and use it in GitHub Desktop.
Hide Sidekick crap in gmail (with stylebot)
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 Sidekick */ | |
#signals-label > div.UKr6le.aio, div.LrBjie.inboxsdk__navMenu, #signals-label { | |
display: none; | |
} | |
/* Clean up top right bar */ | |
#gb > div.gb_Sd.gb_Me > div.gb_9a.gb_Me.gb_R.gb_Le.gb_T > div.gb_8b.gb_Me.gb_R > div.gb_gc.gb_Vc.gb_R.gb_hc { | |
display: none; | |
} | |
#gb > div.gb_Sd.gb_Me > div.gb_9a.gb_Me.gb_R.gb_Le.gb_T > div.gb_8b.gb_Me.gb_R > div.gb_6a.gb_Vc.gb_Me.gb_R.gb_qb > div.gb_jc.gb_8a.gb_Me.gb_R { | |
margin-left: 35px; | |
} | |
/* Hide Circles & Categories */ | |
div.LrBjie.aat, div.LrBjie.aJZ.a0L { | |
display:none;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment