Skip to content

Instantly share code, notes, and snippets.

@myaumyau
Last active August 29, 2015 14:17
Show Gist options
  • Save myaumyau/d7e8814dd5fe7029c759 to your computer and use it in GitHub Desktop.
Save myaumyau/d7e8814dd5fe7029c759 to your computer and use it in GitHub Desktop.
Gmail Sidebar Width Customize
.no .nH.nn {
width:100% !important;
}
/* All area */
.aAU>div>.nH>.nH>.nH>.no {
width:100% !important;
}
/* Feed area */
.aAU>div>.nH>.nH>.nH>.no>.nH.nn {
margin-left: 300px !important;
width:auto !important;
float:none;
}
/* Label area */
.aAU>div>.nH>.nH>.nH>.no>.nH.nn.aeN {
width:300px !important;
margin-left: 0 !important;
position:fixed;
z-index: 10;
}
/* Alert Area */
.w-asV.aiw>.nH>.no {
float:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment