Skip to content

Instantly share code, notes, and snippets.

@StephenRadachy
Created April 26, 2018 01:53
Show Gist options
  • Save StephenRadachy/6822613f79275a89a05c6916cc1efd37 to your computer and use it in GitHub Desktop.
Save StephenRadachy/6822613f79275a89a05c6916cc1efd37 to your computer and use it in GitHub Desktop.
Sidebar++: A Gmail Redesign Stylish Theme
/* Sidebar++: A Gmail Redesign Stylish Theme
* Author: https://github.com/StephenRadachy
*
* Purpose - Reduce whitespace in left sidebar for more message screen realestate.
* Particulary useful on small browser windows
* Example: https://imgur.com/a/3H3avwO
*
* Install Stylish
* Chrome: https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en
* Firefox: https://addons.mozilla.org/en-US/firefox/addon/stylish/
* Safari: https://safari-extensions.apple.com/details/?id=com.sobolev.stylish-5555L95H45
*/
@-moz-document domain("mail.google.com") {
/* left sidebar size */
.aeN {
min-width: 176px !important;
max-width: 176px !important;
}
/* left sidebar menu size */
.wT {
min-width: 160px !important;
max-width: 160px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment