Skip to content

Instantly share code, notes, and snippets.

@JanPokorny
Created January 5, 2018 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanPokorny/af03355b19781e36f3d13e6b6334dfd5 to your computer and use it in GitHub Desktop.
Save JanPokorny/af03355b19781e36f3d13e6b6334dfd5 to your computer and use it in GitHub Desktop.
/** CSS style to make Microsoft To-Do narrower **/
/** Made by Puf https://popcorn.vivaldi.net **/
#sidebar:not(:hover) {
width: 55px;
}
#sidebar {
transition: width 0.3s;
}
.themeBackground {
left: 0!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment