Skip to content

Instantly share code, notes, and snippets.

@Muratam
Created May 19, 2019 10:20
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 Muratam/b4c1825c8d05a728572bba2a09082377 to your computer and use it in GitHub Desktop.
Save Muratam/b4c1825c8d05a728572bba2a09082377 to your computer and use it in GitHub Desktop.
tweetdeck-smallwindow-2019-05-19.css
.js-drawer.drawer.wide{
width: 200px;
left: -200px;
}
.js-app-content.app-content.is-open{
transition-duration: 200ms;
transform: translateX(200px);
margin-right: 200px;
}
@Muratam
Copy link
Author

Muratam commented May 19, 2019

最後にcss追加するタイプじゃなければ important! 付けたほうがいいかも。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment