Skip to content

Instantly share code, notes, and snippets.

@Hukanzen
Last active July 10, 2019 06:12
Show Gist options
  • Save Hukanzen/ae7996ab072fd515d00a614d54a23dc2 to your computer and use it in GitHub Desktop.
Save Hukanzen/ae7996ab072fd515d00a614d54a23dc2 to your computer and use it in GitHub Desktop.
TweetDeckカスタム(拾ったものを数値変更)
/* http://ito2-5.hatenablog.com/entry/2016/11/07/120000 */
.is-open {
transform: translateX(250px) !important;
margin-right: 250px !important;
}
.drawer.wide {
width: 250px !important;
left: -250px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment